Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
October 4, 2016 at 5:10 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294369
Hello any feed back on this issue??
October 3, 2016 at 10:12 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294293Still waiting on some feedback please.
October 3, 2016 at 8:05 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294277Username: Temp Admin
Password: LKAr&6eIZG5x%5AEt)wpwcQbOctober 3, 2016 at 7:52 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294262I tried adding this to the functions.php
add_filter( ‘woocommerce_variable_free_price_html’, ‘hide_free_price_notice’ );
add_filter( ‘woocommerce_free_price_html’, ‘hide_free_price_notice’ );
add_filter( ‘woocommerce_variation_free_price_html’, ‘hide_free_price_notice’ );
/**
* Hides the ‘Free!’ price notice
*/
function hide_free_price_notice( $price ) {return ”;
}
add_filter( ‘woocommerce_cart_shipping_method_full_label’, ‘remove_local_pickup_free_label’, 10, 2 );
function remove_local_pickup_free_label($full_label, $method){
$full_label = str_replace(“(Free)”,””,$full_label);
return $full_label;
}and it didn’t seem to do anything.
October 3, 2016 at 7:41 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294259Sure thing,
how can i send you the wp-admin login?
must i just create a new admin for you and set the reply as private?
October 3, 2016 at 7:18 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294252Hi David,
Thanks for the fast reply!
Sure thing, Ive attached the image.
Attachments:
You must be logged in to view attached files.Resolved
October 3, 2016 at 6:56 pm in reply to: Woocomerce was showing a free tag on my products and added code and now Fatal #294242Hi,
I fixed the issue using a back-up and correcting the issues using the old functions
but i still cant get rid of the free tag on my products
Yes I imported all the demo content.
I hear you but what i am saying is i want the custom ones that are meant to come with the site when I purchased it.
I have tried on both settings but i don’t have the custom pages.
Attachments:
You must be logged in to view attached files.July 21, 2016 at 2:45 pm in reply to: Menu failing to display correctly after installing theme and downloading demo co #283010Thanks
sorted it out
-
Posted in: We hit Power Elite.