-
Posted a reply to missing images on translated page, on the site WordPress.org Forums:
It's strange because in the preview "mysite.it/?trp-edit-translation=preview" everything works, while in the clean url it… -
Posted a reply to missing images on translated page, on the site WordPress.org Forums:
Same problem here. After the latest updates of the plugin, I can't see any image… -
Posted a reply to Override custom prices in cart/checkout, on the site WordPress.org Forums:
Hi @luminus , everything seems to work. Thank you for the reply. I set "Mark… -
Posted a reply to Variations not loaded above shop products, on the site WordPress.org Forums:
I understand, I already tried, but I didn't get an answer about this problem. I've… -
Created a topic, Variations not loaded above shop products, on the site WordPress.org Forums:
Hi I'm currently using Ciloe theme on latest Wordpress… -
Posted a reply to Recalculate prices with filter, on the site WordPress.org Forums:
Even with a simpler formula, I don't get any change in variable prices: function adjust_lifetime_discount_price(… -
Created a topic, Recalculate prices with filter, on the site WordPress.org Forums:
Hi I'm trying to apply a custom formula to all prices.… -
Posted a reply to Invoice – Missing country, on the site WordPress.org Forums:
I see, thank you for the answer -
Created a topic, Invoice – Missing country, on the site WordPress.org Forums:
Hi I've a problem with invoices created after the orde… -
Posted a reply to Override custom prices in cart/checkout, on the site WordPress.org Forums:
Ok I removed the conflicting filter, now works better. add_action( 'woocommerce_before_calculate_totals', 'add_custom_price', 20, 1); //if… -
Created a topic, Override custom prices in cart/checkout, on the site WordPress.org Forums:
Hi, I wrote a function to customize product prices, bu… -
Posted a reply to get_price breaks cart and checkout, on the site WordPress.org Forums:
FIXED seems to work fine. Global variables broke the cart. function product_custom_price($price, $product) { $custom_price… -
Created a topic, get_price breaks cart and checkout, on the site WordPress.org Forums:
Hi I made a filter function to modify prices of produc… -
Posted a reply to Get flat_rate cost value, on the site WordPress.org Forums:
Ok thank you Steven and sorry for the bad english, I really wrote badly XD.… -
Created a topic, Get flat_rate cost value, on the site WordPress.org Forums:
Hi, I’m trying to get the @flat_rate cost value" tha… -
Created a topic, Get flat_rate cost value, on the site WordPress.org Forums:
Hi, I'm trying to get the flat_rate cost applied to th… -
Posted a reply to Product disappeared, on the site WordPress.org Forums:
I found a great solution! 1 - Create a product on Worpress (title is enough)… -
Created a topic, Product disappeared, on the site WordPress.org Forums:
Hi, this week I encountered a problem with products. I…