I need a product to be listed like this:
Braising Steak - £10 per kg
Sirloin Streak - £10 each
Something - £40 per kg
and so on
When adding products, how can i set it to display per kg, or per item rather than just a fixed price?
I need a product to be listed like this:
Braising Steak - £10 per kg
Sirloin Streak - £10 each
Something - £40 per kg
and so on
When adding products, how can i set it to display per kg, or per item rather than just a fixed price?
G,
Does this help?
https://www.zen-cart.com/tutorials/i...hp?article=204
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
No, i dont know if im explaining this corretly
I have created a template, I am a web developer so Ihave no issues with changing code.
Though I would like to know how to do the following:
If i add a product in the admin, i set a price. Lets say the product is Sirloin Steak, at £10.00
I have another product called Braising Steak but this time i want the price to be £10.00/Per Kg
How would I have the system display "Per Kg" after the price, for that individual product? All i can think of is adding an extra field in the products table of the database and changing a bunch of code to allow it to work..
Is there a quicker way?