Thread: More Help?

Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default More Help?

    Here is the site,
    http://bigsbikinibikebath.com/index.php?main_page=

    I tried finding these answers in the forums but couldn't come up with anything.

    If I didn't want to use the "We Accept..." sidebox, how could i put just the logos like this site: http://www.kitoautosport.com/store

    In the Gift Certificate page, the discount coupon page, and the contact us page, how do change the text of the words on the box outline, because right now they are black and you can't see what it says to enter.

    Also, with the breadcrumb and navigation links "home", how to I change the code to make it go to my store home page, and not our website home page?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Help?

    You are not very concise about your issues
    If I didn't want to use the "We Accept..." sidebox,
    You can change the heading text or not display the heading???
    The ref site have this in a box that is not evident
    In the Gift Certificate page, the discount coupon page, and the contact us page, how do change the text of the words on the box outline, because right now they are black and you can't see what it says to enter.
    If I got this correct then change the color for your stylesheet here:
    Code:
    LEGEND {
    	font-weight: bold;
    	padding: 0.3em;
    	color: black;
    	}

  3. #3
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: More Help?

    For the "We Accept" sidebox, if I didnt want to use it, how could i make it like the kito auto sports page, which the link is above?

    Yes the gift certificate... pages work now thanks.
    Do you have any idea about the breadcrumb or navigation link "Home?"

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: More Help?

    Gotta know more about what you want - the ref site is white on white and yours is white on black????

    You will need an image which represents what you want
    how to I change the code to make it go to my store home page, and not our website home page?
    Your home links all link to the cart isn'that what you want?

  5. #5
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: More Help?

    In this website on the left side, do you see the little visa and paypal and whatever else logo, what do I have to do to get that on my site. Do I need to create an image with the logos and then put it in the css stylesheet?
    (http://www.kitoautosport.com/store)

    In my site if you click on apparel and then click on home in the breadcrumbs, it goes to our website home page and not the store homepage. I want that link and the link in the navigation bar at the top to go to my store home page.

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: More Help?

    The Home page for your site is "index.html" and you appear to have redirection setup, redirecting it to "Bigs_Bikini_Bike_Bath.html".

    To fix the problem your options would be;

    - remove the "index.html" page
    - put Zen Cart in a sub-directory and change both config files accordingly
    - edit your 'tpl_header.php' & 'tpl_footer.ph' to include "index.php" for links within the Logo and Home breadcrumb plus Footer links

    Easiest solution is to remove the 'index.html' file which will make "index.php" (Zen Cart) your site Home page. Then, within Zen Cart, use the Blank Sidebox Mod to create off-site links; such as URLs for pages like "Bigs_Bikini_Bike_Bath.html".

  7. #7
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: More Help?

    thanks for the help. Anyone have any ideas about the creditcards etc...

  8. #8
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: More Help?

    When I removed the index.html the "home" links went back to the store home page but if you click on the header logo, I want that to go to our website home page (Bigs_Bikini_Bike_Bath.html). How do I keep the "home" links going to where they are and make the logo go to the website home page?

  9. #9
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: More Help?

    /includes/templates/your_template/common/tpl_header.php

    Change

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'


    To

    <!--bof-branding display-->
    <div id="logoWrapper">
    <div id="logo"><?php echo '<a href="/Bigs_Bikini_Bike_Bath.html">'

  10. #10
    Join Date
    Jun 2008
    Posts
    35
    Plugin Contributions
    0

    Default Re: More Help?

    Thanks that did it!

 

 

Similar Threads

  1. more help!!!
    By futsysmids in forum Basic Configuration
    Replies: 1
    Last Post: 17 Jun 2010, 03:18 AM
  2. need more email help
    By penandpencils in forum General Questions
    Replies: 3
    Last Post: 29 Dec 2006, 10:23 PM

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