Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

double buttons, not hidden prices on Product Pages – WCMp Catalog Enquiry

WCMp Catalog Enquiry

Resolved
Viewing 27 reply threads
  • Author
    Posts
    • #133943
      laserartgr
      Participant

      I copy issue from WordPress.org “I’m interested in WC Catalog Enquiry plugin because I need partly Catalog Mode without prices&Ask-Offer-button, partly Shop with prices&add-to-cart-button.
      But unfortunally your plugin doesn’t work correct in Elessi Theme – dublicate buttons at the Shop page, doesn’t hide prices on the Shop&Product Pages.
      With 20-20 Theme it works correct. I like Elessi Theme very much.
      Can you solve the problem together to make WC Catalog Enquiry plugin working correct in Elessi Theme?

      I turned off the plugin, so I can only share printscreens

      shop page
      https://photos.app.goo.gl/feyDCJGAfKJqtcig6
      https://photos.app.goo.gl/9DwafnFjTqDwPuPy7

      product page (price has to be hidden) https://photos.app.goo.gl/ca52L7JrmFhSrEDV6

      other theme product page doen’t have problem with hidden price https://photos.app.goo.gl/HxFHxHFXssP373uj8

      plugin settings I use https://photos.app.goo.gl/eWg6yTLUS4YwC7YM9

      If you need anything else please don’t hesitate to ask me I’ll be happy to help to solve the problem

      one more shop page https://photos.app.goo.gl/m9eFYV2MU8RrnqAM7

      Also I’ve received the Elessi Theme Author answer: “This hook was overridden by theme, looks like plugin has lower priority than theme”. I hope It helps you to solve the problem faster.

    • #133973

      Hi @laserartgr, can you please share the page link of the product and shop page so we can assist you accordingly.

    • #133982
      laserartgr
      Participant

      Hi NerdySupportExpert Moumita,
      I usualy turn off this plugin because of double buttons.
      I turned it on until 18:00 today (Athenes time zone).
      Please inform me then you finish with my website so I can turn it off while we solve the problem

      shop page is http://laserart.gr/shop/
      product page, for example, https://laserart.gr/shop/endysi/t-shirt/product-10/

      fyi
      there are 2 Exclusion Product – Card stand & Product-4
      the turned on settings are Remove Product Price, Catalog Mode, Product Enquiry Button.

    • #134178

      Hi @laserartgr, Can you please create a staging site and share the admin and FTP access, so we can check.
      While sharing the access don’t forget to mark the response as private.

    • #134735
      laserartgr
      Participant

      Hi I sent you ftp & admin access credential to the staging site by email on 17&18 feb22. Have you check our website?

    • #134752

      Hi, We haven’t received your staging site credentials.
      Can you kindly share it again over here keeping the post as private.

    • #134761
      laserartgr
      Participant
      This reply has been marked as private.
    • #134762
      This reply has been marked as private.
    • #134768

      Sure

    • #134779
      laserartgr
      Participant
      This reply has been marked as private.
    • #134781
      This reply has been marked as private.
    • #134807
      laserartgr
      Participant
      This reply has been marked as private.
    • #134820

      Thank you for sharing the access. Our team will get back to you.

    • #134836
      laserartgr
      Participant

      thanks!

    • #134853

      Hi, I am not able to recreate this on this site https://stage.laserart.gr/shop/

      Can you please share such a link, where we can see this issue?

      • #134868
        laserartgr
        Participant
        This reply has been marked as private.
    • #134869
      laserartgr
      Participant

      sorry, it’s something strange. I can’t see my sent message confirmation both direct and via email. I’ve sent to you links with problem couple minutes ago.
      say me please if you haven’t received them

    • #134864
      laserartgr
      Participant
      This reply has been marked as private.
    • #134867
      laserartgr
      Participant
      This reply has been marked as private.
    • #134884
      This reply has been marked as private.
    • #134906

      @laserartgr, it seems like your theme has customized woocommerce’s code. So can you ask them how they are displaying the price in a single page? i.e. which filter are they using?

    • #135009
      laserartgr
      Participant
      This reply has been marked as private.
    • #135018

      Hi,
      We have fixed your site issue by adding this below code in functions.php file

      add_action('init', function() {
          global $Woocommerce_Catalog_Enquiry;
          $settings = $Woocommerce_Catalog_Enquiry->options_general_settings;
          if (isset($settings['is_remove_price_free']) && $settings['is_remove_price_free'] == "Enable") {
              remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 20);
          }
      }, 999);
      Copy

      You can check your stagging site
      Thanks

    • #135036
      laserartgr
      Participant
      This reply has been marked as private.
    • #135193
      laserartgr
      Participant

      Hi, have you founded a solution to the duplicated buttons?

    • #135205

      Hi,
      Extra add to cart is coming from your theme. They might customize woocommerce hook. Ask them to share a code to remove that part.
      Thanks

    • #135212
      laserartgr
      Participant

      Hi, thanks! I will ask the theme authors

    • #135213

      Sure.

    • #135228

      Let us know if you need any further help.

Viewing 27 reply threads

The topic ‘double buttons, not hidden prices on Product Pages – WCMp Catalog Enquiry’ is closed to new replies.