Forum Replies Created
-
Hello.
I have my site blocked for countries outside Chile. If you want you can give me your IP to add it to the white list.
And yes, I want to change the background of the button to color #464646 (it is a gray).Attachments:
You must be logged in to view attached files.in reply to: Change color buttonsHello, how are you?
I would like to change the color of the button to: #464646
It is the same color as the “add to cart” button.Please.
in reply to: Change color buttonsHello friends.
I hope you are doing well.Some help. How can I change the color of the cart button?
I was able to change the color of the single product button.
I would appreciate your help.
RegardsAttachments:
You must be logged in to view attached files.in reply to: Change color buttonsHello, how are you?
Look, I found a code that works perfectly for me.
But how can I put a condition that only shows on products with the label “express shipping” or with the product category “express shipping”?
Can you help me please.add_action( ‘woocommerce_after_shop_loop_item’, ‘dcms_show_description_item_product’, 11, 0 );
function dcms_show_description_item_product() {
global $product;
$chars_quantity = 100; //cantidad de caracteres a mostrar//Obtenemos la información del producto
$product_details = $product->get_data();
$short_description = $product_details[‘short_description’];//limpieza
$short_description = strip_shortcodes($short_description);
$short_description = wp_strip_all_tags($short_description);//recorte caracteres
$short_description = substr($short_description, 0, $chars_quantity);
$short_description = substr($short_description, 0, strripos($short_description, ‘ ‘));//mostrar descripción
echo ““.$short_description.”“;
}in reply to: MessageLook, I wrote the phrase in the loop-price folder in cpanel.
But it appears in all products. And I only want it to appear in the products that are in the category “EXPRESS SHIPPING”.
Is there any code that is a condition to show it only on those products?https://casaforeprueba.fore.cl/categoria-producto/nuevo/
Attachments:
You must be logged in to view attached files.in reply to: MessageHello friends.
Thank you very much for your usual help. You are very kind.Regarding the “add to cart” button. How do I change the hover colour of this button? And the colour of the letter “add to cart”.
I am asking, because I am going to change the image of the shop, so we are looking at the range of colours it will have.
in reply to: Change color buttonsYes, I understand that.
What I was asking them and I thought it was a template thing. And I wanted the “add to cart” button and the quantity. Always appear, even if there was only 1 product left in stock.
Because when there is only 1 product left in stock, the “add to cart” button gets smaller and I find it looks ugly.It should always look like this. It doesn’t matter if there is only 1 product left.
Attachments:
You must be logged in to view attached files.in reply to: Change color buttonsThis reply has been marked as private.in reply to: Change color buttonsHello friends.
I hope you are doing well.Can we make the “add to cart” buttons on the product page to be always the same size? That they are long. And that the option to add more or less products – + appears, as it looks much neater product page.
I attach an image.
And the last thing. You gave me a code to change the colour of this button:
.woocommerce .product form.cart .single_add_to_cart_button {
background: #f00;
border: 2px solid #f00;
}How can I make the hover also be the same colour and not change it to black? For example, I want the button to be green only and not change to black when hovering the mouse.
Thank you very much.
Attachments:
You must be logged in to view attached files.in reply to: Change color buttonsHello friends.
I hope you are well.Is it possible to make that when a customer presses the “place order” button at checkout, the page fades a little or the “place order” button itself shows a loading symbol?
Because when a customer presses it, sometimes it takes time to direct him to the payment gateway and the customer thinks that the page is not working, which creates abandoned carts.I would appreciate it very much.
I look forward to hearing from you.
Best regards.Attachments:
You must be logged in to view attached files.in reply to: Help me, pls.Hello.
I hope you are well.My website is >> https://casafore.cl/product-category/nuevo/
If you look at your mobile, it shows one product at a time.
On the other hand >> https://depto51.com/collections/newest-products
Two products are displayed at the same time.Is it possible to display two products at the same time? On mobile phones.
I remain attentive to your answer.
I look forward to hearing from you.in reply to: Help me, pls.Hello, I hope you are well.
I want to know if you can show two products at the same time in the categories on mobile phones, as it shows only one product downwards.Look at this page on your mobile >> https://depto51.com/collections/newest-products
in reply to: Help me, pls.Hello friends.
I hope you are well.Could you please help me with my previous question.
I remain very attentive.
Best regards.in reply to: Help me, pls.