Can you help with these issues please?
My dynamic products have 3 ID's for each atc button. for example: ext300 50ml is #1, ext300 250ml is #2 and ext300 400ml is #3 in the db. The atc button panel only lets me put in one number. How do I approach this?
Unfortunately, I am also finding out that ecart is not displaying the case price ($26.65), in the price column of the confirm.php page, if I order a case (10 pieces). The total column on the confirm.php page will display the case price ($266.50) correctly, but the price column will display the single price ($29.99) each. Is it possible that the code:
<?php echo WA_eCart_DisplayMoney($eCart1, $eCart1->DisplayInfo("Price")); ?>
on confirm.php needs to be changed to something else? I have checked the ecart object and all of my bindings and everything looks good.
Ecart is also automatically adding $10.00 for shipping. I did not select that as an option. I specified no flat rate for shipping. I am only testing the static products for this situation. I realize that I have to get online to test the dynamic products.
After I resolve these issues, I will be ready to start testing online. How do I export my db out of PHPMyadmin? Should I use the quick method or the custom method. I am not sure of which settings to use.