So, this gets into a question maybe a tad too technical for me, but i'm trying to do this for simplicity sake, as this feature will help the website i'm working on greatly.
At the moment, every shopping cart link on my site is a manual entry of the price, and then the hyperlink added onto it.
What i would like to do is use php or javascript to lookup, and display the price from the database file, so that when the prices are updated in the shopping cart, they are basically automatically updated in the website as well.
I am aware what i'm looking for might be impossible without compromising the shopping basket integrity, but if it is doable, i would greatly appreciate knowing how to do that.
Forgot to mention that if possible, I would prefer not to use a custom template inside the ShopSite basket. I would prefer to use iWeb, which is why it might be difficult to impossible.
Thanks in advance for reading at least!