-
AuthorPosts
-
June 19, 2015 at 6:21 pm #462088
Hi
I’ve created a product in WooCommerce with the visual editor theme but I found some problems1. It is shown in sidebar … how I can turn it off ?
2.Product information is not displayedProduct link: https://linxgo.com/info/inversores/participaciones/demo/
Regards
June 22, 2015 at 8:55 am #462483Hey 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!
RikardJune 22, 2015 at 3:52 pm #462848Hi 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’ );June 23, 2015 at 7:51 am #463159Hi!
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!
RikardJune 23, 2015 at 10:50 pm #463681Hi
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
June 25, 2015 at 9:32 am #464467Hi!
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,
AndyJune 25, 2015 at 9:43 am #464480Hi
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
June 29, 2015 at 12:31 pm #465782Hi … there is a solution to my problem?
June 30, 2015 at 2:16 pm #466434Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.