kenincalgary Posted August 8, 2021 Posted August 8, 2021 Site URL: https://artmagik.ca/ I would like to add this text to display in the shopping cart "Free shipping in Canada & local pickup use Discount Code FREESHIP" I've tried CSS and code injection found on the 'net but they don't work. I'm on 7.1 any help greatly appreciated. Thanks! Ken
tuanphan Posted August 8, 2021 Posted August 8, 2021 2 hours ago, kenincalgary said: Site URL: https://artmagik.ca/ I would like to add this text to display in the shopping cart "Free shipping in Canada & local pickup use Discount Code FREESHIP" I've tried CSS and code injection found on the 'net but they don't work. I'm on 7.1 any help greatly appreciated. Thanks! Ken Hi. Add it under Shopping Cart title or which position? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
kenincalgary Posted August 8, 2021 Author Posted August 8, 2021 Just below the "Add To Cart" button. Thanks! (Or just below the title if it's easier) Ken
tuanphan Posted August 11, 2021 Posted August 11, 2021 For other members, add to Design > Custom CSS div.sqs-add-to-cart-button-wrapper:after { content: "Free shipping in Canada & local pickup use Discount Code FREESHIP"; display: block; margin-top: 20px; font-size: 16px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.