Hi - using v9.0.4.
Here's another one which I will talk to Actinic support about on Monday - has anybody experienced this?
I have set-up a 3 for 2 discount on all products on my development site (sorry I can't give a url).
If you add 3 products to a basket and you get the cheapest of the 3 for free (fine).
Add 3 more products and you get the cheapest of the 1st block of 3 for free, and the cheapest of the 2nd block of 3 for free - NOT the 2 cheapest of the 6 for free (not the way I would have expected it to work but I can live with that).
This is where I think the bug is:
If you buy 4 or 5 products you get the cheapest of the last 3 added to the basket for free and not the cheapest in the basket. So if you have:
item1: £10
item2: £20
item3: £30
item4: £40
item5: £50
you will get item3 at £30 for free and not item1 at £10.
If you want to test this yourself you will have to get around another bug when you try to set-up a 3for2 discount that keeps asking you to enter a number regardless of what you enter in the fields. The solution requires you have microsoft access and is:
Here's another one which I will talk to Actinic support about on Monday - has anybody experienced this?
I have set-up a 3 for 2 discount on all products on my development site (sorry I can't give a url).
If you add 3 products to a basket and you get the cheapest of the 3 for free (fine).
Add 3 more products and you get the cheapest of the 1st block of 3 for free, and the cheapest of the 2nd block of 3 for free - NOT the 2 cheapest of the 6 for free (not the way I would have expected it to work but I can live with that).
This is where I think the bug is:
If you buy 4 or 5 products you get the cheapest of the last 3 added to the basket for free and not the cheapest in the basket. So if you have:
item1: £10
item2: £20
item3: £30
item4: £40
item5: £50
you will get item3 at £30 for free and not item1 at £10.
If you want to test this yourself you will have to get around another bug when you try to set-up a 3for2 discount that keeps asking you to enter a number regardless of what you enter in the fields. The solution requires you have microsoft access and is:
Please see instructions below to set a cart contents discount to “Quantity” to work around the "enter a number" bug:
1) First make a backup of the site “File | Snapshot | Export site
2) CLOSE ACTINIC DOWN
3) Open “ActinicCatalog.mdb” with Access
4) Open the table “Discounts”
5) Scroll down the discount you want to change to “Quantity”, for example “Buy 3”
6) In the column “nDiscountBasis”, change the value to “3”
7) Save the database and close it
8) Now if you Open Actinic you will see the discount is now a quantity discount.
Note, if you make any changes to the discount, the same problem will occur, you will have to select a different discount type and repeat the process.
As this is a bug, our developers are working towards fixing this for a future release, but at present we cannot advise what release that will be
1) First make a backup of the site “File | Snapshot | Export site
2) CLOSE ACTINIC DOWN
3) Open “ActinicCatalog.mdb” with Access
4) Open the table “Discounts”
5) Scroll down the discount you want to change to “Quantity”, for example “Buy 3”
6) In the column “nDiscountBasis”, change the value to “3”
7) Save the database and close it
8) Now if you Open Actinic you will see the discount is now a quantity discount.
Note, if you make any changes to the discount, the same problem will occur, you will have to select a different discount type and repeat the process.
As this is a bug, our developers are working towards fixing this for a future release, but at present we cannot advise what release that will be
Comment