Home Forums Basel support forum Hide Price Range

Hide Price Range

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117187

    cherryflapjack
    Participant

    Hello,

    I have used wpallimport to import lots of product variations for a single product, do you know how to remove the price ranges as shown in the image attached?

    Also, is it possible to show the variation names on the drop downs instead of having to use preset variations?

    Kind regards,

    Jack

    #117297

    Hello,

    The URL provided is 404 page, I tried to find any products on your site and it seems there is none.

    Please provide your valid product URL and provide more details.

    Best Regards

    #117450

    cherryflapjack
    Participant

    Hi,

    Please see attached the images. The product url is https://cherryfinejewellery.co.uk/product-category/engagement-rings/

    I don’t want the price range to show, just the product name on the engagement ring page.

    Also just want the actual price to show once all the variations have been chosen, not the price range at the top.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #117509

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wrapp-swap .price,
    .single-product-content .basel-scroll-content > p.price {
    	display: none;
    }
    
    body .wrapp-swap .swap-elements {
    	transform: none!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)