I understand the code to be able to add a product to cart from the section page but is there a way to do this automatically rather than having to add the code by hand?
href="http://www.domain.com/cgi-bin/ca000001.pl?SID=3&PAGE=PRODUCT&Q_prodref=1"
I've got too many products to do by hand. Can I change the Act_sectionline.html to dynamically pull in the section value and product code to the html link somehow? I've tried using NETQUOTEVAR:PRODUCTREF and customvars to no avail.
I guess this can be done if I make a cusotmvar and use the hierarchical import as I can build the URL in the CSV file as a value (currently using flat file import)?
href="http://www.domain.com/cgi-bin/ca000001.pl?SID=3&PAGE=PRODUCT&Q_prodref=1"
I've got too many products to do by hand. Can I change the Act_sectionline.html to dynamically pull in the section value and product code to the html link somehow? I've tried using NETQUOTEVAR:PRODUCTREF and customvars to no avail.
I guess this can be done if I make a cusotmvar and use the hierarchical import as I can build the URL in the CSV file as a value (currently using flat file import)?
Comment