ID's
Hey Jason, on the atc buttons: My dynamic products are set to auto increment so an ID will be automatically generated for them in the db, correct?
What do I set the ID's for those products in the ecart atc button bindings panel?
And for my static products, what do I set those ID's at?
If you can add any other advice pertaining to this subject, that would be greatly appreciated.
Also: I am also noticing that the confirmation page is not showing the quantity of each item, only the total. for example, if I select 6 of a certain product, I get the total price. I need it to show how many of each ordered in it's own column next to price.
I saw that the headings are set up like: <th width="100" align="left" class="eC_PriceItem">Price</th>
And the box below it looks like: <td align="left" class="eC_PriceItem">
<?php echo WA_eCart_DisplayMoney($eCart1, $eCart1->DisplayInfo("Price")); ?>
</td>
I am figuring "eC_PriceItem", "WA_eCart_DisplayMoney", and "DisplayInfo("Price"))"need to be changed to something else?
Can you steer me in the right way with all of this? I have everything laid out the way I want, but I just need to know what to change the code to. Thank you again.