Hi all,
I would be grateful if anyone can point me in the right direction here.
I would like to use a variable in the registration link. The variable will act as the product id number, which will vary depending on the chosen extension.
The code I am using in the avaiable domain template is
to define the variable and to call it in the registration link is
| Code: |
<a href='index.php?option=com_cart&page=shop.product_details&flypage=flypage_new.tpl&product_id=' . $x . '&domain=[[domain]].[[ext]]&step=2'</a>;
|
.
My question is two part;
1. Where do I define the variable so it can be called?
and
2. What is the correct code to substitue the variable in the link?
Please if anyone can help, I would eternally appreciate it.
Thank you everyone for your time and help.
Cheers,
Lisa