Shiva Shanker Bhatta
Forum Replies Created
-
Thanks for you suggestion, we’ll try to implement in near future.
Forum: Plugins
In reply to: [Woo Total Sales] Function to Call ‘Only’ Total Sales NumberFor that, you need to have certain development knowledge. All of the output rendering functions are included on the plugin files, by default it will give you the result as I’d programmed. It would be great if you could handle that kind of activity, then I’ll share you the way to display only Total Sales without styling.
As this plugin is based on WooCommerce ecosystem, I’ve to take care of all of the WooCommerce customer in order to fulfill the plugin specific requirement.
The platform you’d mentioned is dependent to another modules, for that the plugin might functionality might be more complex.
The request could be achieved for the particular user/client and the project. If you really want the featured on your project, It would be better you could privately contact me if appropriate.Forum: Plugins
In reply to: [Woo Set Price Note (Units, Offers, Editions)] Not showing labels in cartOkay, Would you please direct contact in my gmail? [email protected]
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”I could not found “Woo Floating Minicart” as an active plugins.
Would you please first confirm if the issue is from the mentioned plugin or not?Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”Please follow the instructions.
1) Go to your plugins admin panel
2) Search Woo Floating Minicart
3) Deactivate the plugin
4) Check your recent error log, Might be after adding some product on cart,If the issues is goes away, there’s some problem with version comparison function approach. In that case, you should have to do following update.
a) Login your file server,
b) Go to “/wp-content/plugins/woo-floating-minicart/includes/awfm-functions.php”
c) Then replace all of the codes inside“awfm_woocommerce_fragments_compatibilty_function”
function with
add_filter('woocommerce_add_to_cart_fragments', array( $awfm, 'woo_floating_minicart_add_to_cart_fragment'));
d) Save and upload the file in same directory.Otherwise, the errors are firing by other entities.
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”Please update to latest version “Woo Floating Minicart 3.1.2.1”. That should solve the issues.
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”If you are using “WooCommerce 3.1.1” and above along with “Woo Floating Minicart 3.1.1”, login your file server, go to “/wp-content/plugins/woo-floating-minicart/includes/awfm-functions.php”, then replace all of the codes under “awfm_woocommerce_fragments_compatibilty_function” function with
add_filter('woocommerce_add_to_cart_fragments', array( $awfm, 'woo_floating_minicart_add_to_cart_fragment'));
OR
If you are using “WooCommerce 3.1.1” and above along with older version “Woo Floating Minicart”, means less than “3.1.1”, login your file server, go to “/wp-content/plugins/woo-floating-minicart/includes/awfm-frontend.php”, then find
add_filter('add_to_cart_fragments', array( $awfm, 'woo_floating_minicart_add_to_cart_fragment'));
and replace withadd_filter('woocommerce_add_to_cart_fragments', array( $awfm, 'woo_floating_minicart_add_to_cart_fragment'));
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”No worries, juts go to your /wp-admin dashboard, navigate to Plugins from the admin sidebar menu, check version of each of the installed plugins.
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”Yes, WooCommerce deprecated its previous “add_to_cart_fragments” hook in their latest release. To overcome the issues, we’ve also added some functions to check WooCommerce version first and fire appropriate minicart hook on Woo Floating Minicart 3.1.1.
Just to confirm, have you updated “Woo Floating Minicart 3.1.1” too?
- This reply was modified 7 years, 7 months ago by Shiva Shanker Bhatta.
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”Would it be possible to share your WP credentials privately in my email, BUT NOT PUBLICLY HERE, so that I could debug the issue?
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”For confirmation only: Are you still getting compatibility issues (after updating Woo Floating Minicart 3.1.1 plugin) on error log?
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”Nopes, I’m talking about “Woo Floating Minicart 3.1.1”, have you updated to this version?
Forum: Plugins
In reply to: [Woo Floating Minicart] Error in error_log: “add_to_cart_fragments”Sorry for your inconvenience,
If you haven’t changed any files from the version 2.6.0, you just need to update the plugin with latest release 3.1.1
Does this make sense?Forum: Plugins
In reply to: [Woo Set Price Note (Units, Offers, Editions)] Not showing labels in cartYes, in this version, the plugin only shows unit on products specific pages only, but not on cart, checkout, order, emails, etc.