gecentas
Forum Replies Created
-
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Issue with discountHello,
Yes, that was the case. Didn’t knew that option need to be enabled to non-free rules as well. But it’s logical. Thanks a lot for explanation.
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATthanks Antonino!
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATthe code works, but it adds sale_price with 0 GBP value if product doesn’t have sale price defined. i guess it needs some “if” statement to print sale_price tag conditionally.
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATthanks a lot, i’ll try it.
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATok, i’ll try, just one more question – what about sale price? i see it in the feed as well if product has it defined. i guess i need to add similar calc line?
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATwell, unfortunetelly this code strips currency symbol from feed:
<g:price>57.5 GBP</g:price>
becomes
<g:price>69</g:price>any thoughts?
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATthanks Antonino, i’ll try that.
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VATi see, but maybe there’s a way to forcibly add +20% VAT for all the prices in the feed?
Forum: Plugins
In reply to: [Pixel Caffeine] Price shown on facebook catalogue is showing without the VAThello
what if woocommerce VAT settings is setup to display prices with VAT or without VAT depending on user location (geolocating them) and not by store location? in this case that option is not working and prices in the feed beeing generated without VAT. is there any workaround for this?
Forum: Plugins
In reply to: [Pixel Caffeine] rename custom labelnevermind, i’ve added additional field via custom code 😉
hello,
yes, i can confirm, that it’s working ok (looks like in previous version) and not throwing errors in console anymore.
thanks!
it’s definitely related to latest version, because rolling back to v1.2.9.1 (without anything else changed) fixed the appearance and doesn’t throw an error in the console.
hmm, i still get one of admin notices after update:
Notice Trying to get property ‘ID’ of non-object 1
–
do_action(‘admin_footer’)
wp-admin/admin-footer.php:73
WC_Advanced_Shipment_Tracking_Actions->add_inline_tracking_lightbox()
wp-includes/class-wp-hook.php:286
woocommerce_wp_text_input()
wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php:214
wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php:22strange, deactivating plugin on my site changed the status of all orders.
even the ones, which were “on hold”.and what about those php notices in the log?
@zorem i’ve just encountered this myself as well – i’ve deactivated your plugin and all orders which had status “processing” suddenly became “completed”.
i don’t use any rename for order status, neither custom delivered order status.
btw, maybe it’s not realated, but i see these errors in the logs:
Notice Trying to get property ‘ID’ of non-object 2
–
do_action(‘admin_footer’)
wp-admin/admin-footer.php:73
WC_Advanced_Shipment_Tracking_Actions->add_inline_tracking_lightbox()
wp-includes/class-wp-hook.php:286
woocommerce_wp_text_input()
wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php:209
wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php:22
Plugin: woocommerce
Notice Trying to get property ‘ID’ of non-object 1
–
do_action(‘admin_footer’)
wp-admin/admin-footer.php:73
WC_Advanced_Shipment_Tracking_Actions->add_inline_tracking_lightbox()
wp-includes/class-wp-hook.php:286
woocommerce_wp_checkbox()
wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php:223
wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php:149
Plugin: woocommerce