Hi Guys, I'm a little rusty having not worked on CS Cart for some time; like the subject says, I want to remove the qty option entirely from the product detailed page. The product on this particular site relies on the customer using a dropdown menu to choose their desired qty (250, 500, 1000 etc)
I know in older versions of CS Cart you could simply change the {show qty=true} smarty tag, but the new version looks a lot more complicated. So just wondering if the file to edit is;
design\themes\responsive\templates\blocks\product_templates\default_template.tpl and what part of the code I would disable?
Lastly, I'm so rusty with hooks and my_changes add on - do I recreate that directory structure under my changes, copy the file over and make changes to it?
The structure of V4 is completely different than V2/V3 so you should go to the knowledge base and search for "port addon" and that will probably give you the info you need to know.
Hi Guys, I'm a little rusty having not worked on CS Cart for some time; like the subject says, I want to remove the qty option entirely from the product detailed page. The product on this particular site relies on the customer using a dropdown menu to choose their desired qty (250, 500, 1000 etc)
I know in older versions of CS Cart you could simply change the {show qty=true} smarty tag, but the new version looks a lot more complicated. So just wondering if the file to edit is;
design\themes\responsive\templates\blocks\product_templates\default_template.tpl and what part of the code I would disable?
Scott, you can use the products:qty hook in the following file: