Announcement

Collapse
No announcement yet.

Section links in Basket and Checkout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Section links in Basket and Checkout

    Hi There

    My site is www.kiddycard.co.uk

    I need help badly. I need to keep the product section links throughout the whole site rahter than just the brochure pages. I need them to appear when you are viewing the basket and during the checkout.

    I hardcoded the links at the top - 'basket, checkout etc'.

    I think the file i need to edit is Act_primaryCheckout.html but don't know what do put in or edit. NETQUOTEVAR:TOPLEVELSECTIONSTOP is there already.

    Any help any one can give me will be appericated greatly. We are getting numerous customers complaining about feeling confuced as things keep dissapering on them.

    Thanks in advance

    John

    #2
    John,

    What layout are you using on the store (Theme)? If it is one of the clean layouts then NETQUOTEVAR:TOPLEVELSECTIONSTOP will not work there.. I have tried out something using the source on your pages, hope you dont mind.

    I have copied the generated code from the catalog pages and pasted it in a default Act_PrimaryCheckout.html and it works a treat...

    On your Act_PrimaryCheckout.html look for this bit..

    <td><img src="shop_online_bar_header.gif" alt="shop online - pro laser toners" width="137" height="42"></td>
    </tr>
    <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="left" valign="middle"> </td>

    Insert the generated code between the teh tags on the last line above and all should be well..

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X