Carambola
Forum Replies Created
-
Is the integration with Woo Product Addons limited to your premium plugin or will it work with the free version as well? I want to avoid buying the Woo plugin if this won’t work as currently the free version of your plugin is still OK for me. Thanks!
Forum: Plugins
In reply to: [Product Code for WooCommerce] WPML compatibilityHello, do you have an update on this? If this can’t be fixed, I need to continue working on this and look for an other solution… Thx!
Forum: Plugins
In reply to: [Product Code for WooCommerce] WPML compatibilityHello, do you have an update on this please? I would like to start working on the EAN fields, linking it to my POS ?? Thanks!
Is there any update on this? One of my sites has this issue too (identical message).
Can it be the PHP version? My hosting lets me choose 7.0, 7.1, 7.2 or 7.3… Please advise, thx!
WP 5.2.1
PHP 7.0
UpdraftPlus Version 1.16.15Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] Working for 2 languages, but not for 3rdAll of a sudden it all works as expected…
Dear plugin author J?rn,
Can you please take into account this fix for WooCommerce 3+? Hence we can update your plugin to the latest version. Thanks & keep up the good work!!
Best regards,
JurgenThat does the trick, thanks!!
Too bad there is no cleaner way to do this, than to edit plugin code… Not possible via functions.php or something?
Forum: Plugins
In reply to: [Better Font Awesome] Stacked IconsHi Steve,
Did you manage to display stacked icons? I would like to do that too…
Best regards,
JurgenHi Moumita,
I set this topic to “not resolved” again as it is not…
This is mentioned on the plugin details page:
COMPATIBILITY
WordPress 3.6 or later
WooCommerce 2.2 or greater
Multilingual Support is included with the plugin and is fully compatible with WPML.So you should either provide a solution or remove that from the description as that was an important item for me to test your plugin…
Solved it myself (quick and dirty) by adding this CSS to force it not to show on the “wrong” place after my customization.
.single-product .summary > .alert_container { display: none !important; }
Hi Moumita,
As I said: I already managed to show the form where I want it, using the code I mentioned. The only thing I need now is how to avoid that the form is shown again at the regular place. Can you provide that? Thanks.
Regards,
JurgenI was able to show the form where I want it using
function action_woocommerce_single_variation( $woocommerce_single_variation_add_to_cart_button, $int ) { echo do_shortcode ('[display_stock_alert_form]'); }; add_action( 'woocommerce_single_variation', 'action_woocommerce_single_variation', 10, 2 );
Can you tell me what to add to hide the standard way, i assume some remove_action statement? Thanks for helping!
FYI, it works now (using WP 4.7.3 – WPML 3.6.3 – MetaSlider 3.4.1). Don’t know if it was magic or some plugin update, but we’re happy ??
Forum: Plugins
In reply to: [Invoices for WooCommerce] Internal Server Error 500I already did long time ago, you’ve got my 5 stars & I advise every one to do so :o)
Solved by the plugin author of WooCommerce PDF Invoices as he was causing this apparently :o)