Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #462088

    Hi
    I’ve created a product in WooCommerce with the visual editor theme but I found some problems

    1. It is shown in sidebar … how I can turn it off ?
    2.Product information is not displayed

    Product link: https://linxgo.com/info/inversores/participaciones/demo/

    Regards

    #462483

    Hey Claudio!

    I’m not sure I understand exactly what you mean, do you not want to show the sidebar? You can control that in the right hand side menu in the edit screen of the page/post in question. If you are still having problem please provide us with a temporary admin login so that we can have a closer look. You can post the details here as a private reply.

    Cheers!
    Rikard

    #462848

    Hi Rikard

    As a product of WooCommerce these options are not available

    If this function ( add_theme_support( ‘avia_custom_shop_page’ ); ) is for the main page of WooCommerce I should have a different for products? ex: ( add_theme_support( ‘avia_custom_product_page’ ); )

    This error comes from something else … here is my child theme setup (functions.php)

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */
    add_theme_support(‘deactivate_layerslider’);

    add_theme_support( ‘avia_custom_shop_page’ );

    function remove_woo_header_footer($object){
    remove_action(‘woocommerce_email_header’, array( $object, ’email_header’ ));
    remove_action(‘woocommerce_email_footer’, array( $object, ’email_footer’ ));
    }
    add_action( ‘woocommerce_email’, ‘remove_woo_header_footer’ );

    #463159

    Hi!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the private content section of your reply.

    Cheers!
    Rikard

    #463681

    Hi

    I made a new installation https://linxgo.com/inversores/bolsa/participaciones/ here all the theme works perfect.

    But I found a bug in products created with the avila page builder, if you click on the Add to Cart button, if you NOT select the amount of product (this happens in your demo) http://kriesi.at/themedemo/?theme=enfold-overview NOT SHOWN THE NOTICE OF ERROR FROM WOOCOMMERCE

    In my case you can reproduce the error by clicking the buy button without filling in the required field ( En nombre de )

    How can I show WooCommerce warnings on the product page with avila page builder ?

    Bests Regards

    #464467

    Hi!

    not sure what you mean. When I don’t fill anything in “EN NOMBRE DE” then I don’t get to the WooCommerce cart page and instead the page refreshes. So I think it’s clear that you have to fill in this field. Or do you wish an error message when you don’t fill in anything in this field and click on “Comprar Participaciones”?

    However, I can’t reproduce it on our shop demo, because then I don’t fill in the required fields the “Add to cart” button is not visible, as you can see here:

    When I choose the required fields the “Add to cart” button appears:

    So what are the exact steps to reproduce the issue?

    Best regards,
    Andy

    #464480

    Hi

    I want to put an error message when a user clicking the buy button without filling in the required field

    Here you can see the message https://linxgo.com/info/inversores/participaciones/proyecto-linxgo/ clicking on buy now ( << Comprar Participaciones >> without filling in the required field

    Regards

    #465782

    Hi … there is a solution to my problem?

    #466434

    Hi!

    Are you talking about the “Emitir certificado en nombre de” field? By default you should not be able to add text inputs to a product. Are you using a plugin?

    Best regards,
    Elliott

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.