mywebsite100
Forum Replies Created
-
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Bundle DiscountHello,
Thanks for the explanation, I was able to get it to work, the other question, is it possible to give percentage discount to first time buyer who’s cart total is over $50
Many thanks
Forum: Plugins
In reply to: [First Order Discount Woocommerce] Does not workYes, now it’s working again, what is the cost of the pro version? Should have discount as it was enabled when I originally activated
Forum: Plugins
In reply to: [First Order Discount Woocommerce] Does not workHello,
I have the basic settings Percentage Discount and Discount Value 10, does not show in my cart.
Also, I can’t change minimum cart value, I thought before I could change this value but now it’s greyed out, how do I change this?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Font Awesome icon no longer displayswoocommerce.css
.woocommerce div.product p.stock.in-stock:before {
content: “\f14a”;
font-family: “Font Awesome 5 Free”;
font-weight: 900;
padding-right: 5px;
color: #81ca33;
}
.woocommerce div.product p.stock.out-of-stock:before {
content: “\f00d”;
font-family: “Font Awesome 5 Free”;
font-weight: 900;
padding-right: 5px;
color: red;Forum: Plugins
In reply to: [WooCommerce] Font Awesome icon no longer displaysHello,
Sorry, I didn’t see the reply until now, I am not able to paste screen shot here or upload image.
Basically it’s the check mark ? or x beside the IN STOCK on the product page
? In Stock
x In Stockit’s not picking up the Font Awesome icon any longer as shown in the code
<p class=”stock in-stock”>In stock</p>
::before.woocommerce div.product p.stock.in-stock::before {
content: “\f14a”;Setting is Product/Inventory/Manage Stock
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Two wishlist icons on product pageFigured it out, by default your code already has a heart icon, if you select an icon from the dropdown, in my case the fa fa-heart-o, it will place another.
You should remove this as it causes issues when most would think there isn’t an icon by default and when they select one, it creates two, doesn’t remove the default icon. class=”yith-wcwl-icon fa fa-heart-o”
<i class=”yith-wcwl-icon fa fa-heart-o”></i>Add to wishlist“Add to wishlist” icon “None”
Select an icon for the “Add to wishlist” button (optional)