Jump to content

3dpotter

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by 3dpotter

  1. Found a fix from a previous post. 

    Entered into page header code injection.

    <style> a#thumb-potterbot-10-xl .product-price { display:none !important;}</style>

    <style> a#thumb-scara  .product-price { display:none !important;}</style>

    <style> a#thumb-scara-elite  .product-price { display:none !important;}</style>

    <style> a#thumb-scara-elite-xbpln  .product-price { display:none !important;}</style>

    Only thing left to do would be to display what i want instead of 'none'

  2. Site URL: https://3dpotter.com/printers

    I am trying to hide the price of SOME items but not all.  The ones I want to hide are just listed as $0.00

    I can hide the price of all items or none. Can't quite figure out the correct syntax. 

    It would be even better to edit the price to display what I want it to, but when you go to cart it still says 0 as that it the actual item price. (This is being done so you can not checkout through the website for expensive items)

     

    This does nothing: http://prntscr.com/v3bhps (Correct item IDs, but does nothing)

    This removes all: http://prntscr.com/v3bh75 (Not wanted)

    My current CSS (that is not working)

    //Remove price on expensive products on printer page
    #item-5be31bc8b8a0451f1d9c24b7,
    #item-5be31bd68a922d43bbdb4e15,
    #item-5d9f6adff9ee22472670fde8,
    #item-5da0820a0758ca2ff2ece698,
    .collection-type-products .product-price {
        display: none !important;
    }

    As for the individual product pages themselves, I already have that working.

    My current CSS (that is working for the individual pages)

    //Remove price on expensive products
    #item-5be31bc8b8a0451f1d9c24b7,
    #item-5be31bd68a922d43bbdb4e15,
    #item-5d9f6adff9ee22472670fde8,
    #item-5da0820a0758ca2ff2ece698,{
       .product-price {
       display: none !important }

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.