Announcement

Collapse
No announcement yet.

A Couple issues

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

    A Couple issues

    Hi,

    I've started building a new site with the Best Sellers Template. One of the better ones I think. The only thing is I need to make the page look a little better for the 600x800 res. and still have it ok for the 1024 res.

    Page here: www---bright-training-safety-wear.com/acatalog/index.html

    I was thinking of moving the margins to 0, but I can't find the right ones. I'm not sure if the font is right. input is appreciated.

    Second: What text id removes this message after the price?
    (G.S.T. at 6% and P.S.T. at 8%) I don't want the taxes to show unit you go to the cart I think it will look cleaner.

    Finally; I would like to have a different image and alt tag for the top of each page instead of the same one with the company name. I think this can be done by a CUSTOM NETQUOTEVAR. Just not sure how.

    Thanks in advance.
    Randy

    #2
    I was thinking of moving the margins to 0, but I can't find the right ones. I'm not sure if the font is right. input is appreciated.
    I don't follow this. Could you try rewording it please?

    Second: What text id removes this message after the price?
    (G.S.T. at 6% and P.S.T. at 8%) I don't want the taxes to show unit you go to the cart I think it will look cleaner.
    I would open Act_ProductPrice.html, then replace
    NETQUOTEVAR:TAXMESSAGE
    with
    <!-- NETQUOTEVAR:TAXMESSAGE-->
    Finally; I would like to have a different image and alt tag for the top of each page instead of the same one with the company name. I think this can be done by a CUSTOM NETQUOTEVAR. Just not sure how.
    1. Go to 'Advanced | Custom Properties' and create a new custom property called 'CustomLogo'.
    2. Then go into 'Design | Options | Site Defaults', add a new row to the grid and select 'CustomLogo' from the drop down. Select the box labelled 'Filename'. Enter the filename of an image in the 'Value' field. You also need to select 'Use as CUSTOMVAR'
    3. This filename will become the default 'custom logo' for your store. You can now override ths within the 'Properties' tabs of your sections.
    4. To include the code in your store templates, include the following line at the top of Act_ProductBody.html <img src="CUSTOMVAR:CUSTOMLOGO" />

    Comment


      #3
      A Couple Issues

      Hi Chris,
      Sorry to confuse you. The product displays the price and then the GST & PST beside it. I don't want the GST & PST showing until checkout. It makes it look too sloopy right now. Most people now a days know if they have to pay tax or not.

      Where are the main table margins in the best sellers template?

      Thanks for your help.

      Randy

      Comment


        #4
        OK - the fix I gave you will hide the PST/GST text on the store pages. If you don't want them to have the tax applied until they have specified their location, then you need to go into 'Business Settings | Tax' and set the 'No Tax Levied' zone as being the 'Default Zone' (by ticking the box).

        All the layout code for the main design elements of the 'Best Seller' theme are in Act_Primary.html and Act_BrochurePrimary.html. Have a fiddle in there and see what happens.

        Comment

        Working...
        X