• Resolved alkemica

    (@alkemica)


    Hi, I have a problem with my template created with Nicepage. The plugin hides the add to cart button but does not hide the price. How can I solve it? Thank you

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Store Prose

    (@storeprose)

    Hi

    Unfortunately, I am unable to access the link. Could you please verify if the link to the page is proper?

    Also, will it be possible for you to upload a screenshot of the settings page (particularly the Price Option section)?

    Thank you!

    Thread Starter alkemica

    (@alkemica)

    Plugin Author Store Prose

    (@storeprose)

    Hi

    Here are our findings:

    NicePage uses a custom mode of rendering product details by calling WooCommerce functions in a non-standard way.

    Sample debug message:
    
    Function regular_price was called incorrectly. Product properties should not be accessed directly.

    The page builder does not consider any of the standard WooCommerce hooks or filters. So, you will not be able to achieve this functionality using any of the plugins that follow the WooCommerce recommended approaches to customize the store.

    As a workaround, If you want to hide the price for all users, add the following CSS script in your theme settings. However, please note that the plugin cannot override this CSS conditionally. Also, this CSS applies to your current design only.

    span.woocommerce-Price-amount.amount {
        display: none;
    }

    Please let us know if you need any further assistance.

    Thanks

    Thread Starter alkemica

    (@alkemica)

    Thank you very much for the answer. So, if i want to hide price only at not registered user, can i use a similar code?

    Plugin Author Store Prose

    (@storeprose)

    Hi

    We have just released version 1.2.1 of this plugin to address this. Please update and do the following:

    1. Navigate to Advanced Tab on the Plugin settings page.
    2. Paste span.woocommerce-Price-amount.amount in the textbox having label – Price CSS.
    3. Save it and test.

    Note that the above is based on the link you had shared earlier.

    I am eager to know if this helps you!

    Thank you.

    Thread Starter alkemica

    (@alkemica)

    Thanks!!!! You are superrrr!!!! Now is ok!!!!! I’ll make a donation, you deserve it!

    Plugin Author Store Prose

    (@storeprose)

    I am super glad to hear that the issue is resolved.

    I am closing this support request now. Please feel free to reach out to me in case you need any further help.

    On a separate note, if you like this plugin – would you mind writing a quick review. It would not only encourage me, but also help others to make an informed decision. ??

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with Nicepage Template’ is closed to new replies.