Hi,
I followed the advice given in the "Speed up Performance" about generating the seperate best sellers list so you don't have to upload this everytime.
I followed the instructions in v9 help exactly. However its doesnt work. I just see the "Insert Best Seller" list not the best sellers.
A couple of thoughts
a) do I need to refresh the web site?
b) right at the end of the instructions is mentions
Note: There is a condition embedded within the 'BestSellersSnippet' layout selector that says 'PageType = "Search"'. This just means the 'bs-snippet.html' file only gets generated by one page in the store – the search page - but it can be included in any page in the store.
I want the best sellers only on the Home Page so I changed the code supplied to
<actinic:variable name="BestSellersSnippet" if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Index%22" />
<a rel="fragment" href="bs-snippet.html">Best Seller List Inserted Here</a>
ie. changed to Index is that right? or is it meant to be Home
any advice helpfull
matt
I followed the advice given in the "Speed up Performance" about generating the seperate best sellers list so you don't have to upload this everytime.
I followed the instructions in v9 help exactly. However its doesnt work. I just see the "Insert Best Seller" list not the best sellers.
A couple of thoughts
a) do I need to refresh the web site?
b) right at the end of the instructions is mentions
Note: There is a condition embedded within the 'BestSellersSnippet' layout selector that says 'PageType = "Search"'. This just means the 'bs-snippet.html' file only gets generated by one page in the store – the search page - but it can be included in any page in the store.
I want the best sellers only on the Home Page so I changed the code supplied to
<actinic:variable name="BestSellersSnippet" if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Index%22" />
<a rel="fragment" href="bs-snippet.html">Best Seller List Inserted Here</a>
ie. changed to Index is that right? or is it meant to be Home
any advice helpfull
matt
Comment