Results 1 to 6 of 6
  1. #1
    Join Date
    May 2007
    Posts
    69
    Plugin Contributions
    0

    Default Is this possible??

    Hi all,

    On my attributes for a product i would like to have the images act as the buttons (in place of the radio buttons) so that customers must click on an image to select the attribute and also remove the text for the attribute so that only the image shows and in line with each other.

    link to page ==>

    http://store.backituponline.com.au.s...&products_id=4

  2. #2
    Join Date
    Apr 2008
    Location
    London
    Posts
    596
    Plugin Contributions
    0

    Default Re: Is this possible??

    Do you mean 'click the image instead of the radio button'? If so that's how it works by default:

    Like this?

  3. #3
    Join Date
    May 2007
    Posts
    69
    Plugin Contributions
    0

    Default Re: Is this possible??

    no i want to remove the radio button altogether aswell as the text and just have the image.

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

    Default Re: Is this possible??

    You can hide the radiobuttons by adding this to your stylesheet:

    .attribImg input {display:none;}

    Hiding the text is more complicated, because the image is actually a sub-part of the label, and you can't hide the text without also hiding the image.
    It should be possible to edit the correct attributes php file and give the text a class that can be used to control it separately.

  5. #5
    Join Date
    May 2007
    Posts
    69
    Plugin Contributions
    0

    Default Re: Is this possible??

    ok it looks to much effort ....

    i can put up with the Text & Radio Buttons, but i really need to remove this ==>

    '[was +$0.00 now is: Free]'

    the products i have are a 'free trial' so i need the customer to sign up with the site (so we can bill them later) otherwise i would just use them as Document Generals.

    i did read it in some other post but it didnt really explain of what to change the code to, only what part of the code to change.

    Also is there a way i can remove the CC and Discount Coupon from the payment page for this products only without making it a Document General?

    please help!

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

    Default Re: Is this possible??

    Unfortunately that text is also part of the same div as the title, with no way to control it separately in CSS.
    /includes/modules/your_template/attributes.php would probably be the best place to edit. I would have to look at it awhile to get familiar with it before suggesting actual code changes.

    You could add a test to one of the checkout files to check if a certain product id is in the cart, and disable the display accordingly. Again, I can't give you actual code now.

 

 

Similar Threads

  1. v150 Is this possible?
    By REVIVEIT in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Jun 2012, 01:14 PM
  2. Is this possible?
    By RobWUK in forum Setting Up Specials and SaleMaker
    Replies: 0
    Last Post: 28 Sep 2009, 11:02 AM
  3. Is this possible?
    By Lafferty Store in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 2
    Last Post: 23 Feb 2008, 08:20 PM
  4. Is this possible with this site
    By chosin78 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Feb 2008, 08:06 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