Search found 5 matches

by siyan
Wed Feb 24, 2010 5:47 am
Forum: User Forum
Topic: MoreInfo pages NOT GENERATED
Replies: 3
Views: 4265

I found the problem -
On all pages where I have [-- LOOP PRODUCTS --] I use a custom template for the loop ( [-- PRODUCT MyCustomProductTemplate.sst --] ).
It is not documented, that in this case, the MoreInfo pages to which the links point are also generated with the MyCustomProductTemplate.sst ...
by siyan
Wed Feb 24, 2010 4:26 am
Forum: User Forum
Topic: MoreInfo pages NOT GENERATED
Replies: 3
Views: 4265

The [-- DEFINE MORE_INFO_PAGE --] section is already included in my product template. It looks like this:

[-- DEFINE MORE_INFO_PAGE --]
[-- INCLUDE MyCustomMoreInfoPage.sst PROCESS --]
[-- END_DEFINE MORE_INFO_PAGE --]

The strange thing is:
After changing the theme(product template), they do ...
by siyan
Wed Feb 24, 2010 4:17 am
Forum: User Forum
Topic: BG Color on Customer Registration Pages
Replies: 2
Views: 3538

Yes, STORE.SC_BackgroundColor works as expected! Thank you.
by siyan
Tue Feb 23, 2010 2:44 am
Forum: User Forum
Topic: MoreInfo pages NOT GENERATED
Replies: 3
Views: 4265

MoreInfo pages NOT GENERATED

I have the following problem:
Some of the MoreInfo pages are not generated/published.
After changing the Theme, some of them get published, but not always and not all of them.

P.S. I'm using a DEMO version of Shopsite 10. Could this be the problem?
by siyan
Tue Feb 23, 2010 2:29 am
Forum: User Forum
Topic: BG Color on Customer Registration Pages
Replies: 2
Views: 3538

BG Color on Customer Registration Pages

I have created a custom theme (by adding custom .xml file in templates/themes ). Through the .xml I can specify the background color of all pages, except CR (Customer Registration). The Backoffice doesn't provide a way to change the BG Color of CR Pages.

So, is there a way to specify such?
P.S. My ...