Hello.
If I set a variable on one page([-- VAR.tmp "string" --]), should it have this value on another page of the same template?
Thanks in advance.
Question about ShopSite variables.
Question about ShopSite variables.
I use cr_default template.
On the New Customer Registration Page I wrote
[-- VAR.tmp " some text " --]
On the Main View/Edit Page with Buttons I wrote
[-- Var.tmp --]
And when I load the page in the browser I do not see nothing, even in the source.
Thanks a lot.
On the New Customer Registration Page I wrote
[-- VAR.tmp " some text " --]
On the Main View/Edit Page with Buttons I wrote
[-- Var.tmp --]
And when I load the page in the browser I do not see nothing, even in the source.
Thanks a lot.
Question about ShopSite variables.
If I will try to display the variable on the same page, then it will be displayed.
The customer registration pages are not associated with the store product pages so variable set on those templates will have not affect on pages when the store is generated.
Vars set in Page or Product templates will be active during the publish of pages with products on them and only during that particular publish cycle.
Vars set in registration, shopping cart, search, giftcertificate, tell a friend templates will only be active on the screen that that particular template creates. This is because these screens are generated dynamically and are not static html pages like the ones containing products so the vars are removed when the process used to create the screen completes.
Vars set in Page or Product templates will be active during the publish of pages with products on them and only during that particular publish cycle.
Vars set in registration, shopping cart, search, giftcertificate, tell a friend templates will only be active on the screen that that particular template creates. This is because these screens are generated dynamically and are not static html pages like the ones containing products so the vars are removed when the process used to create the screen completes.