Results 1 to 5 of 5
  1. #1
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Custom Buttons and Pages

    I am really trying to fine-tine a template and I have a few questions where I can change some things:

    On the product listing page where the product description and add to cart button is - my add to cart button has a border around it, and it's not on the image file. I assume there is in code somewhere. Does anyone know how I can just show the image and not the border for the add to cart button?


    I have attributes set because all my products are digital downloads. The option value is "order will be downloaded" with the radio button on the product detail page. Is there a way to globally change the text "order will be downloaded" to just "digital download" or some other text? I want to change that text, but not have to redo all my attributes for each product. Is there a way?

    On the shopping cart page (bottom left) there are two buttons - a refresh cart button and a return to shopping button,. Is there a way I can remove these buttons? Each product in the cart has a refresh so the bottem one is redundant, and I have a catagory side box, so dont really need the return to shopping button.

    Thanks - I know is compulsive, but I am really trying to get it right.

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

    Default Re: Custom Buttons and Pages

    Normally a link to your site/pages your are having issues with is advisable due at times to terminology etc and nets more comments and assistance as many will not post without seeing your site...

    The tutorials/FAQ's ^^ in the top nav bar have many of the common asked questions already answered
    The option value is "order will be downloaded" with the radio button on the product detail page. Is there a way to globally change the text "order will be downloaded" to just "digital download" or some other text? I want to change that text, but not have to redo all my attributes for each product. Is there a way?
    https://www.zen-cart.com/tutorials/index.php?article=39
    my add to cart button has a border around it, and it's not on the image file
    Look at your page source and you will find that this is #cartadd then look at your stylesheet.css file for your template and find it - it will resemble this and notice the highlighted entry - edit to suit
    Code:
    #cartAdd {
    	float: right;
    	text-align: center;
    	margin: 1em;
    	border: 1px solid #000000;
    	padding: 1em;
    	}
    I know is compulsive, but I am really trying to get it right
    One person's right is not necessarily another's
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Custom Buttons and Pages

    Thank you

    I was able to remove the border for the cart button with the css.

    I have already tried searching using the developers toolkit for "order will be downloaded," which is the name of the attribute that I want to change to "digital download," but itsays it cant find it.

    What if I wanted to remove buttons? For instance, I want to remove the bottom left refrash cart and return to shopping buttons.

    I am to some of this, so just trying to figure the system out - thank you for your help.

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

    Default Re: Custom Buttons and Pages

    Post a link to this item
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2005
    Posts
    103
    Plugin Contributions
    0

    Default Re: Custom Buttons and Pages

    Behind firewall, so I can't post a link.

    My solution was to replace the buttons I didn't want with 1x1 transparent gifs. It seems to work well.

    The only one I can't figure out is how to change an attribute option value. I am working on digital downloads, so i only use Download [Radio] and Order Will Be Downloaded [Download]

    I want to globally change the "Order Will Be Downloaded" text to a different description for design reasons, but keep the same functionality. I also don't want to mess up all my products that are set to this attribute.

    I can't seem to find it through the developers tool kit.

 

 

Similar Threads

  1. Buttons and affiliates code for external sales pages
    By mariamar in forum General Questions
    Replies: 3
    Last Post: 11 Oct 2011, 08:02 PM
  2. Using CSS Buttons yet still see graphic buttons on some pages
    By newbie73 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Jul 2007, 12:51 PM
  3. Custom Dynamic Extra Pages with URL parameters, GET, POST - for Define and EZ Pages
    By bjoly in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Jul 2006, 04:04 AM

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