endlessimagery
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Renaming "Shipping" in cartthanks got it now – did some searching and ended up adding this to my functions.php file:
add_filter(‘gettext’, ‘translate_reply’);
add_filter(‘ngettext’, ‘translate_reply’);function translate_reply($translated) {
$translated = str_ireplace(‘Shipping’, ‘Processing Fee’, $translated);
return $translated;
}Forum: Plugins
In reply to: [WooCommerce] Renaming "Shipping" in cartYou could try https://docs.woocommerce.com/document/woocommerce-localization/#section-6 – I installed the plugin and I can see where you change it and read some of the documentation but what would be the Original String and Text Domain? I would assume the Test Content would be “shipping” and the Replacement String would be “Processing Fee” – am I correct? Thank you!
Forum: Plugins
In reply to: [WooCommerce] Renaming "Shipping" in cartSorry I misspelled it in the other thread. I would like to keep it going in this thread – thanks!
Greg
Forum: Plugins
In reply to: [WooCommerce] Shipping as a percentage of order total?ok thanks got it it worked like a charm π Is there any way to rename shipping in the cart to show up as processing fee?
Thanks again!
Greg
Forum: Plugins
In reply to: [WooCommerce] Strange display after adding local pickup option to shippingI just looked and I cant find it is there any sort of custom CSS code I could use to just remove the square totally?
Forum: Plugins
In reply to: [WooCommerce] Strange display after adding local pickup option to shippingthe URL to the store is http://www.invincibleboatsstore.com – if you add something to the cart and view the cart you will see what I mean…thanks!
Greg
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Formatting?I did and it didnt work but I installed the updated version of the theme and it fixed it – thanks!
Greg
Forum: Plugins
In reply to: [WooCommerce] Creating Register Widget on My Account Pagethank you!
Forum: Plugins
In reply to: [WooCommerce] Shopping Cart not showing in headerThanks again Al – I submitted it to the Inovado theme forum but they are not nearly as responsive as on this forum π Oh well…thanks!
Forum: Plugins
In reply to: [WooCommerce] Removing Duplicate Category NamePERFECT! Exactly what I needed – thank you Al! Much appreciated…
thank you! the first option worked just fine – seemed to take a little longer to complete but it worked. Any idea why this would happen? Thanks again!
Greg
Forum: Plugins
In reply to: [Contact Form 7] wordpress 4.3.1 and contact form 4.3 not working!I did – what is the easiest way to set up the Postman SMTP plugin? with a gmail address? As far as I know nothing has changed with the hosting environment. It has worked for the past year and all of a sudden stopped working last week out of the blue…