adrian4fun
Forum Replies Created
-
Forum: Plugins
In reply to: [Qty Increment Buttons for WooCommerce] Bug when add to cartThank you for a very efficient response and making changes to the update. Unfortunately, it does not solve my problem. The situation is still the same as in the first description.
Forum: Plugins
In reply to: [Easy Appointments] Exclude a specific dateHi @loncar,
When it comming? Its very helpful option ??Hi,
You know solution now?Ok, so now your earlier solution looks like on this screen:
When I hover on image, I have information about out of stock alert.
But I need information before I hover on the image. Only description under the product if it is not available, like here:(red button means “Alert me when available”)
@dualcube You Was right ??
In fact, it works great, but in this shop I only need a permanent inscription under the product if it is not available, not only when I am hover on a product.In your solution also is problem, when you looking for higher produkt on list.
@dualcube Yes, but after that I get 505 error in my shop.
@dualcube thanks for your patience ??
I did it at functions.php in child theme.
All code looks:<?php function gt3_child_scripts() { wp_enqueue_style( 'gt3-parent-style', get_template_directory_uri(). '/style.css' ); } add_action( 'wp_enqueue_scripts', 'gt3_child_scripts' ); /** * Your code here. * */
I put code before
/**
* Your code here.
*
*/Thanks @dualcube for a reply. I put this code in function.php in child theme. Unfortunately, this code broken my shop. ??
Oh ok, I hope I understand that. So, I used a Woo Visual Hook Guide plugin for see where is that hook.
It shows: Hook Name: woocommerce_after_shop_loop_item/wp-content/plugins/woocommerce/includes/wc-template-functions.php
Line No: 1111After that I should put a shortcode for alert? One problem is that, I dont know what name of shortcode I must use…
Hi, Thanks for response.
Can You tell me what file or template should I look for?