Home Forums Themes Support Gecko Variations in catalog mode

Viewing 7 reply threads
  • Author
    Posts
    • #16802

      Hi,
      how can I show variations (color swatch) when catolog mode is enabled?

      Thanks.

    • #16824

      Hi,

      This issue needs some custom code, please provide me a temporary admin account and your website URL, I will help you do it.

    • #16833

      Hi,
      I’m working on localhost 🙁 what changes should be made?

    • #16866

      Hi,
      Which version of Color swatch are you using? and which product layout are you using? Please let me know, I will try to give you the solution.

      Thank you

      • #16923

        Hi,
        Variation Swatch version 1.0.3. Product listing as grid and product detail:

        Thank you

    • #16896

      Hello, I am trying to add product variations and when I try to it does not allow me to choose any of the variations. Also is there a way to change the add to cart button from scrolling? I feel like it makes it hard for my customers to purchase.

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

      Hi @ptech16

      Please kindly open a new ticket with your site information, our dev team will take a look and help you solve the problem.

      Regards,
      JanStudio support team

    • #16925

      Hi,
      Please add the PHP code below in functions.php of child theme

      function re_init_wcvs() {
      	add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );	
      }
      add_action( 'init', 're_init_wcvs', 10 );

      And please add the custom CSS code below in style.css of child theme
      .single_variation_wrap { display: none; }

      Cheers,
      Foster

    • #16942

      Hi,

      It works. I only add !important on CSS code. Thanks a lot.

Viewing 7 reply threads

You must be logged in to reply to this topic.