by ShopSite Lauren » Mon Nov 14, 2011 11:52 am
That is a known issue and I think that it was fixed in a newer version of ShopSite. To fix it in your version of ShopSite you will want to go to Merchandising > Custom Templates > Page/Product, and make a copy of the CropCircles.sst page template. Next, make a copy of YOUR copy and rename it the exact same name as the original. Now you should have 2 templates, you can delete your first copy and only keep the copy that has the name "CropCircles.sst." Highlight that template, click on "Edit Template" and right at the beginning of the template there is a DEFINE LINK_TO_PAGE section. Replace the entire section with the following:
[-- DEFINE LINK_TO_PAGE --]
<a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- IF PAGE.LinkGraphic --][-- ELSE_IF PAGE.LinkName --][-- PAGE.LinkName --][-- ELSE --][-- PAGE.Name --][-- END_IF --]</a>
[-- IF PAGE.LinkGraphic --][-- IF PAGE.LinkName --]<br>[-- END_IF --]<a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]">[-- PAGE.LinkGraphic --]</a>[-- END_IF --]
[-- IF PAGE.LinkText --]<br>[-- PAGE.LinkText --][-- END_IF --]
[-- END_DEFINE LINK_TO_PAGE --]
Also, one other thing that is fixed in that template is the page width. If the text does not fill the entire content area, it doesn't span the whole area. Find in the template the following line:
<td id="rightside">
add in width="100%" so it should look like:
<td id="rightside" width="100%">
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.