Adding custom parameters to an order programmatically
-
Hi
We have two types of products in our website – “normal” product and special products. For the special products in our application to which we would like to add custom information. Information is unique for each one of that type of product. For example, some parameters like this:
a=100
b=200
c=300
etc.There is an PHP page from where we would like to add product to cart programmatically and add these custom parameters with its values.
What is the best way to achieve this?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Adding custom parameters to an order programmatically’ is closed to new replies.