Help How to Remove COLOR AND FINISH from CART

HomeSupportImage StoreHelp How to Remove COLOR AND FINISH from CART

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53939
    wazza
    Participant

    Could someone please help me remove COLOR and FINISH from the CART alltogether.

    I found the span for the table header but for the life of me I cannot work out how to remove the $0.00

    this is in the table in _storecart.php

    <span class=”ims-color”>’ . __( ‘Color’, ‘ims’ ) . ‘</span>

    <span class=”ims-fisnish”>’ . __( ‘Finish’, ‘ims’ ) . ‘</span>

    if you dont know what i mean check the image below

    i.imgbox.com/acxlTbhd.jpg

     

    but where do the values of the cart get echo’ed from?

    If you have any idea I would love to hear it, as this is the breaker of whether I use this plugin and donate or not.

    Thanks for your time.

     

     

     

    #53961
    Xpark Media
    Keymaster

    You don’t have to modify the plugin, this is controlled by the price list, all you have to do is remove the options from the list you are using in your galleries.

    You may see the color / finish in the cart, but you can hide them using css.

    #53987
    strand
    Participant

    Wazza, I removed the Color and Finish columns completely from Shopping Cart by adding this in my Theme.  Not sure if it will help you.
    Appearance > Theme Options > Styling Options

    .ims-subrows .ims-color {
    display: none;
    }

    .ims-subrows .ims-fisnish {
    display: none;
    }

    I know finish is spelled wrong, but that’s what showed up in Inspect Element so I used it.

    I also removed the “inch” – “in” indications on the sizes as it was showing up with my wallets and adding to clutter on phones held vertically.

    .ims-size .ims-unit {
    display: none;
     
    }

    #54019
    chaosboi
    Participant

    Edit: used the css code above and works a treat.

    Btw – loving Image Store.

    #54050
    wazza
    Participant

    Thanks heaps strand, you helped me out heaps.

    sorry didnt reply earlier been fishing for 5 days

    #54081
    strand
    Participant

    You’re welcome, wazza. I hope the fishing was good!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.