Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2007
    Posts
    13
    Plugin Contributions
    0

    customer issue Zen Cart Questions

    [FONT="Verdana"]Okay i have a few questions about customizing zen cart slightly for a client...

    First of all is it possible in the attribute area of a product description to put a link to an external page??
    e.g. Installation | Click Here {Click here being the link}

    Secondly is there a way to put the following under the top image on the product description page ( Click image to enlarge )

    Lastly is it possible to move all the category names in the category sidebox so they align right: go to http://www.fairytalecottages.co.uk to see what i mean.

    Thanks in advance for your help!.
    Ollie.
    [/FONT]

  2. #2
    Join Date
    Jul 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Zen Cart Questions

    Please, any help would be appreciated :)

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Zen Cart Questions

    You have a Template Monster template, which makes many modifications that should be simple much more complicated or difficult.
    TM has eliminated nearly all the meaningful tags that can be used in the stylesheet to control your page. Some styling they have hard-coded and some they have assigned to gobbledygook tags.
    What should be controlled by #categories a {} or a.category-top {} is under the memorably named .ul2 li {}. Find this in your stylesheet:
    Code:
    .ul2 li { background:url('../../delta-906_copy(1') repeat-x bottom; margin:0px; padding-left:0px; padding-right:0px; padding-top:3px; padding-bottom:4px}
    and add
    ; text-align: right;
    to change it to this
    Code:
    .ul2 li { background:url('../../delta-906_copy(1') repeat-x bottom; margin:0px; padding-left:0px; padding-right:0px; padding-top:3px; padding-bottom:4px; text-align: right;}


    You can easily put a link in the product description area, just by including the code for it when you enter the description text. I would have to do some checking to advise how to put a link directly in the attributes area.



    The "larger image" link under the main image is standard in Zen Cart; TM has either disabled or deleted the code for it. Look in /includes/templates/template_default/templates/tpl_product_info_display.php to find the original in the <!--bof Main Product Image --> section.

    Once you have the function restored, you should be able to change the text by editing the definition in /includes/languages/your_template/english.php, Line #291 : define('TEXT_CLICK_TO_ENLARGE', 'larger image');

  4. #4
    Join Date
    Jul 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Zen Cart Questions

    WoW, Thanks Glenn,

    You are a Zen expert, I managed to align the categories which was most important however when i tried to put the code in for the "large image" text nothing came up on the site except "page error" in Internet Explorer Footer bar.

    Any other ideas?

    Thanks Again.
    Ollie.

  5. #5
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Zen Cart Questions

    You need to talk to Template Monster.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

 

 

Similar Threads

  1. v150 Have 2 questions regarding zen-cart zen template
    By coucho in forum Addon Templates
    Replies: 5
    Last Post: 10 Jul 2012, 12:08 PM
  2. Questions Re Zen Cart
    By PostRaptor in forum General Questions
    Replies: 1
    Last Post: 15 Aug 2011, 09:39 AM
  3. zen cart questions
    By stillnew in forum General Questions
    Replies: 1
    Last Post: 27 Mar 2007, 10:16 PM
  4. Few Zen Cart Questions
    By gregoryjameswood in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 26 Jan 2007, 03:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR