Results 1 to 8 of 8
  1. #1

    Default Shopping Cart with CheckOut Button--change image

    I have installed the Shopping Cart with Checkout Button, but I need it to display a different checkout button than what I use on the Checkout page (that is too big)! I already have the image I want in my images file, but how do I do make it show up in the Sidebox?

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

    Default Re: Shopping Cart with CheckOut Button--change image

    Find the name and image type of the default image

    Replace it with yours - - Insuring that yours is the same image type and renaming yours to be EXACTLY the same as the one being replaced
    Zen-Venom Get Bitten

  3. #3

    Default Re: Shopping Cart with CheckOut Button--change image

    You mean in the images file, right? I really don't want to replace it because I want to keep the bigger one for the checkout page. Is there a way to have 2 -- one for the checkout page, and a different one for the shopping cart sidebox?

    If so, I couldn't find the code in the tpl_shopping_cart.php to adjust so it would point to image #2.

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

    Default Re: Shopping Cart with CheckOut Button--change image

    If wanting the product nfo page image different....
    tpl_product_info_display.php

    Best to post a link to the page in question
    Last edited by kobra; 15 Jun 2010 at 01:42 AM.
    Zen-Venom Get Bitten

  5. #5

    Default Re: Shopping Cart with CheckOut Button--change image

    Good idea. Here's an example of the shopping cart sidebox, where the "Checkout" button is too big:
    https://www.schoolebookstore.com/

    I don't think this link will show anything unless a product is in there, but here is the Shopping Cart page (where the "Checkout" button needs to be big):
    http://www.schoolebookstore.com/inde...=shopping_cart

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

    Default Re: Shopping Cart with CheckOut Button--change image

    Is the Shopping Cart sidebox a 3rd party add on module?

    If so look at those files
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: Shopping Cart with CheckOut Button--change image

    the button image is located in your store at:

    /includes/templates/mystore/buttons/english

    just replace button_checkout.gif with a new button_checkout.gif that is the right size for your store

  8. #8
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Shopping Cart with CheckOut Button--change image

    I am sorry for reposting my question here, I just could not get any help in the other thread. I have a small bug, I changed a little bit the look of my shopping cart sidebox, and added a line to show the price for each product, everything works but now the price has two additional zeroes at the end. (something like this - $6.9900). Here is the code I added:

    $content .= $products[$i]['quantity'] . BOX_SHOPPING_CART_DIVIDER . $products[$i]['name'] . ' (' . $products[$i]['model'] . ') -$' . $products[$i]['price'] . '</a></span></li>' . "\n";
    you can see it live here - http://www.klybni4ka.net/platya-vech...e-plate-p-2951
    just add to caart and then hover over the bag at the top.
    Does anybody know how to fix that?
    Thank you!!!!!!!!!!!!

 

 

Similar Threads

  1. v151 Shopping Cart Sidebox with Checkout Button (and image?)
    By MeltDown in forum Addon Sideboxes
    Replies: 2
    Last Post: 5 Apr 2013, 04:23 PM
  2. Replies: 12
    Last Post: 25 Jun 2010, 06:02 PM
  3. shopping cart with checkout button and product image
    By metalarea in forum Addon Sideboxes
    Replies: 5
    Last Post: 22 Dec 2008, 07:29 PM
  4. Shopping cart sidebox with checkout button BUT doesn't go to checkout
    By MeltDown in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 27 Aug 2008, 04:56 PM
  5. Replies: 0
    Last Post: 14 Nov 2007, 04:40 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