Hi,
I am trying to add custom code to the shopping module in soholaunch - so that when a customer purchases a product it runs the code - Heres where the questions arise -
1. Is there a predefined variable in soholaunch that I can use for Prod_sku and Billto_emailed ?
(My idea (for example) is to say if Prod_sku = 00001 then add Prod_sku to the customer table in last product purchased field)
Hopefully I explained it correctly? I know I can use the cart_invoice table but I rather do it with the variable predefined if possible - If anyone have any other ideas or a sample of something you use or anything please let me know.
Thanks,
John
I am trying to add custom code to the shopping module in soholaunch - so that when a customer purchases a product it runs the code - Heres where the questions arise -
1. Is there a predefined variable in soholaunch that I can use for Prod_sku and Billto_emailed ?
(My idea (for example) is to say if Prod_sku = 00001 then add Prod_sku to the customer table in last product purchased field)
Hopefully I explained it correctly? I know I can use the cart_invoice table but I rather do it with the variable predefined if possible - If anyone have any other ideas or a sample of something you use or anything please let me know.
Thanks,
John
Comment