elsonce
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove "From: (price)" Labelcan u send me an email address so i can send print screens, of inspect element?
Forum: Plugins
In reply to: [WooCommerce] Remove "From: (price)" Labelcan u send me an email address so i can send print screens, of inspect element?
Forum: Plugins
In reply to: [WooCommerce] The Variable Price Prefix Label "From": How to chage it?hi Paulcoppock can u send me the ”template” file location where u changed the ”from”? ill try to change it from there
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Remove "From: (price)" Labelhey apcgallery, thank you for the reply.
my site is under construction yet, if u are online now i can unlock it for a while.Forum: Plugins
In reply to: [WooCommerce] The Variable Price Prefix Label "From": How to chage it?i have the same problem, adding the filters i can get the ”from” to desapear. what i would like to do is, to change ”from” to pvp iva incluido, i tryed to change it on the language .po but it didnt work… paulcoppock u can try to change it on woocommerce/i18/languages and than in language ES .po (sth like that) if u make a search for ”from” u can get to desde and make the translation u want.. but for me it didnt work…
Forum: Plugins
In reply to: [WooCommerce] Remove "From: (price)" LabelHI there, apcgallery can i ask you sth?..
i am trying to rename ”from” on my shop… i would like to put sth like ”PVP iva incluido” and than the price. i used the
`add_filter(‘woocommerce_variable_price_html’,’custom_from’,10);
add_filter(‘woocommerce_grouped_price_html’,’custom_from’,10);
add_filter(‘woocommerce_variable_sale_price_html’,’custom_from’,10);function custom_from($price){
$new_from = “PVP iva incluido”;important;
$price = str_replace(‘From’,$new_from,$price);
return $price;but this only removes the ”from” any idea??
thank you very muchForum: Plugins
In reply to: [WooCommerce] Manually edit "From:" pricehi there, i woud like to change the ”from” text, im a noob on php and i just started my first wordpress woocommerce website….
can anyone tell me how can i change the ‘from’ text??
ps: i tryed to modify the woocommerce .po file but it didnt work…:(
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce – excelling eCommerce] Delete "From" pricehi there, i woud like to change the ”from” text, im a noob on php and i just started my first wordpress woocommerce website….
can anyone tell me how can i change the ‘from’ text??
ps: i tryed to modify the woocommerce .po file but it didnt work…:(
hi i want to change the ”from” price text… and put sth like tax inclusiv… is there any way to do it?? thank you