Client has engaged a marketing company who require a number of bits of code to be added to the site.
Whilst I have generated a list of product ids appearing in the product list, I am unable to make a list of product ids in the basket, as these layouts are xmltemplate and I do not know how to manipulate them.
Is there any php or script that can generate a list of the ids of the products in the basket?
Incidentally, to create a list of product references in a product page, copy and rename a product layout, strip everything out except the product reference variable.
Copy and rename a product list layout, remove the references to fragments, replace the product layout with the new product reference layout you just made.
In the orange table bit at the top, strip out everything in the start of list and end of list boxes, in the edit rows and boxes make the middle row dynamic and have a comma as the 'after' symbol. (or whatever code you want.)
Thank you
Whilst I have generated a list of product ids appearing in the product list, I am unable to make a list of product ids in the basket, as these layouts are xmltemplate and I do not know how to manipulate them.
Is there any php or script that can generate a list of the ids of the products in the basket?
Incidentally, to create a list of product references in a product page, copy and rename a product layout, strip everything out except the product reference variable.
Copy and rename a product list layout, remove the references to fragments, replace the product layout with the new product reference layout you just made.
In the orange table bit at the top, strip out everything in the start of list and end of list boxes, in the edit rows and boxes make the middle row dynamic and have a comma as the 'after' symbol. (or whatever code you want.)
Thank you
Comment