Bring Your Business to Life › Support › Image Store › Help How to Remove COLOR AND FINISH from CART
Tagged: remove color, remove finish
- AuthorPosts
- July 24, 2013 at 9:06 am #53939wazzaParticipant
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.
July 25, 2013 at 12:30 pm #53961Xpark MediaKeymasterYou 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.
July 26, 2013 at 9:59 am #53987strandParticipantWazza, 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;
}July 28, 2013 at 2:18 pm #54019chaosboiParticipantEdit: used the css code above and works a treat.
Btw – loving Image Store.
July 30, 2013 at 7:10 am #54050wazzaParticipantThanks heaps strand, you helped me out heaps.
sorry didnt reply earlier been fishing for 5 days
August 1, 2013 at 11:15 am #54081strandParticipantYou’re welcome, wazza. I hope the fishing was good!
- AuthorPosts
- You must be logged in to reply to this topic.