Thread: Back again!

Results 1 to 4 of 4
  1. #1

    Default Back again!

    Howdy! Alrighty, with the help of a very nice person ( ) the template thing is all fixed. Now, I just have a question about the shopping cart display. Those buttons (icons) for the delete item and update quantity, can I get those to be just text? The buttons are all squashed and look funny. I do know how to uploade new images and where they should go (I think....lol) but would prefer text.
    Thanks in advance
    Kristal

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

    Default Re: Back again!

    Kristal,

    If you right click on these images and then view them you will see that they are corrupt. I would first re-upload these images from ones that you know are complete.

    Then you can try(I have not), editing a copy of /includes/languages/english/icon_names.php file and find:
    Code:
    define('ICON_IMAGE_TRASH', 'small_delete.gif');
    Edit this to read
    Code:
    define('ICON_IMAGE_TRASH', 'delete');
    And upload this to this location /includes/languages/english/newpurple/icon_names.php

    Having never tried this it may not work but no issue just delete this file from your overrides location

  3. #3
    Join Date
    Jan 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Back again!

    Kristal

    You can do this, live this define empty

    Code:
    define('ICON_IMAGE_TRASH', '');
    And change

    Code:
    define('ICON_TRASH_ALT', 'Delete');
    Same way for

    Code:
    define('ICON_IMAGE_UPDATE', '');
    define('ICON_UPDATE_ALT', 'Update');
    However is better if you change the images that you want in

    \includes\templates\YOUR_TEMPLATE\buttons\english

    just change the image and keep the same name (ex. small_delete.gif), with this you preserve the _ALT description to something that really help your customers.

  4. #4

    Default Re: Back again!

    TY! I just uploaded the icons, looks ok, so will leave that way for now
    ty again!
    Kristal

 

 

Similar Threads

  1. Again Server issue and now links bounce back to home page
    By jastreet1 in forum General Questions
    Replies: 7
    Last Post: 27 Dec 2011, 07:18 PM
  2. Customer chooses wrong payment - how can I let them come back and pay again?
    By sadfurry in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 7 Nov 2009, 08:00 PM
  3. Fonts go from small to large and back again
    By twosouls in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Sep 2008, 03:58 PM
  4. Replies: 4
    Last Post: 17 Feb 2007, 04:57 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