• inahaystack

    (@inahaystack)


    Hi,
    Love the theme. What’s the best way to change (or remove) the title showed on the product page?

    I have a variable subscription with different subscription length options. The title only mentions one of the options, which makes it confusing for the customer.

    This is a different product, but just so you can see which area I’d like to change…https://inahaystack.co.uk/product/monthly-digital-sewing-pack/ it’s the heading that says “£10 on the 1st of the month”. In the variable subscription product (which isn’t live yet) that title says “From: £10/ month for 6 months”, even though the drop down box gives subscription length options of 6 months and 3 months.

    Thanks,

    Kate

Viewing 11 replies - 1 through 11 (of 11 total)
  • hannah

    (@hannahritner)

    Hey Kate,
    There isn’t a built-in function to change the title of a product. For most variation products the title would just be “monthly digital sewing package” or whatever. And then you would have “£10 on the 1st of the month” etc as variations for that product. Does that make sense? If you’re wanting different titles I would suggest creating multiple products.

    Hannah

    Thread Starter inahaystack

    (@inahaystack)

    Hi Hannah,

    Thanks for your reply!

    The situation you mention would be ideal, but that’s not what I’m getting.

    On the shop page, I think the title is something like what you mentioned.

    However, on the product page, the title is “From: £10.00 / month for 6 months” even before the customer specifies a subscription period. For people wishing to sign up for 3 months, this is confusing.

    Do you know how I can change that to say “10 on the 1st of the month”, like you mentioned?

    Thanks!

    hannah

    (@hannahritner)

    It looks like you’re not actually adding a title to your product pages. “£10.00 on the 1st of each month” is the price. How are you setting up your product pages?

    Hannah

    Thread Starter inahaystack

    (@inahaystack)

    Well, it’s a bit strange because if you have a look at the link I sent you the title appears in the shop, but not when you click through to the product.

    For the gift subscriptions, which are the ones I’m trying to change, I have inserted a title (top of the add new product page), description, image, category, and attributes and varieties.

    Does that answer your question?

    Thank you!

    hannah

    (@hannahritner)

    Can you tell me which WooCommerce plugins you’re running?

    Hannah

    Thread Starter inahaystack

    (@inahaystack)

    WooCommerce Subscriptions, and Gifting for WooCommerce Subscriptions.

    You’re right that the title is the price. This is the case for both the single subscription (the link I sent earlier) and the variable subscription.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    The output of your product page shows you have turned off the title.

    If you go to appearance > theme options > product options. Scroll down to “Single Product Content Settings” and make sure Show the Title in post content is turned on.

    Ben

    Thread Starter inahaystack

    (@inahaystack)

    Thank you, that’s great and definitely an improvement. Can I turn off the price beneath it? That’s still a little misleading as it only mentions one of the subscription length options.

    hannah

    (@hannahritner)

    You can hide the price from your single product pages with this css:

    .single-product .entry-summary .price {
        display: none;
    }

    Hannah

    Thread Starter inahaystack

    (@inahaystack)

    Thanks! And will that work for my variable subscription product too? (That’s the 3 or 6 month subscription). Cheers

    hannah

    (@hannahritner)

    Yes! It should work for all your products.

    Hannah

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change title on product page’ is closed to new replies.