• Resolved aly88

    (@aly88)


    Hi Guys,

    Is this even possible to do with WC? (Woocommerce, Memberpress, Elementor Pro)

    I’ve got a membership/subscription site, selling physical products on a recurring weekly basis.

    Members purchase a subscription of a different-sized ‘basket’, which they can then choose from a list of products weekly to fill.

    They don’t need to see the prices of products therefore each week, I just want them to scroll through the list of products, clicking ‘add to basket’, and then receive a notification when their basket is full.

    When their basket is full, they can either edit around some of the products in there, or choose ‘checkout’, although I don’t want them to actually have to go to a checkout page with payment info, as this is a weekly recurring subscription. Just simply ‘edit basket’ or ‘checkout’ button, and once selected ‘check out’ then they just receive a ‘thank you’ page stating delivery info.

    I’ve currently got my membership registration pages, login pages, linked to stripe all via memberpress. My ‘weekly choose products’ page I used basic WooCommerce shortcode, and I am happy with how they are displaying. I just don’t know where to go from here.

    Is this even possible to do with WC? Do I need to buy some plugins or extensions? I am happy to do that, if someone Actually Knows, and is Familiar with what I am talking about and can recommend.

    Thanks so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you are trying to hide all the prices this can easily be done using CSS. No extra plugins required.
    Example Code:

    .single-product div.product p.price ins span, .single-product div.product p.price>span {
    display: none;
    }

    I can send you the exact code if you respond with your website’s URL.

    Plugin Support Tseten a11n

    (@tibetanitech)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thread Starter aly88

    (@aly88)

    Hey, apologies I really appreciate your response and assistance, it must’ve just slipped past me last time.

    Please can you clarify re the CSS – do you want me to enter it into my Site Settings >> Custom CSS? Because I only want to hide prices of certain categories, not on my entire site.

    I could also just hide the prices on certain pages, rather than categories if that is easier… but I think in terms of functionality it would be smarter to just not display prices ever of certain categories.

    Is this possible somehow to do by category?

    Many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce – Recurring Customized Product Selection, no prices require’ is closed to new replies.