ripperman
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart update from another cartActually sorry, the problem is when the basket is emptied.
It updates fine by adding items and taking items away, but your cart does not recognize when the floating cart is emptied. It remains with items in it until the page is refreshed.
Any help or advice would be so welcome.
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Smart Phone IssuesCan I pm you somehow?
We’re working off a stage environment.
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Smart Phone IssuesA plugin conflict caused the second whitespace issue so that’s resolved now, however the first issue remains.
We are using wSelect drop down view and [woocs show_flags=1 txt_type=”desc”] in shortcode in menu item. Works fine on desktop but mobile devices just showing currency name with no flag?
Any help would be appreciated.
Forum: Plugins
In reply to: [WooCommerce] Reports not working?Hi,
Thank you for your reply. The problem was in the way we implemented the new “shipped” status into the system. We added code to do this but woocommerce reports was’t picking this up. Instead we tested a plugin that added a new woocommerce status.
So, the combination of a custom status plugin and an autocomplete plugin works and the reports are generating properly as a result.Thank you for the replies and help.
Forum: Plugins
In reply to: [WooCommerce] Reports not working?At this stage I would say yes.
Order is placed > status changed automatically and immediately to “Completed” > office staff manually change status from “Completed” to “Shipped” within an hour or two tops.Ah I see. Thank you.
Would something like this work? We’re reluctant to add anything further at this stage unless we’re sure it will work?add_filter( ‘woocommerce_reports_order_statuses’, ‘include_custom_order_status_to_reports’, 20, 1 );
function include_custom_order_status_to_reports( $statuses ){
// Adding the custom order status to the 3 default woocommerce order statuses
return array( ‘processing’, ‘shipped’, ‘completed’, ‘on-hold’ );
}Forum: Plugins
In reply to: [WooCommerce] Reports not working?Hi,
Nope. It’s not. Only reporting a few sales.
We added an auto-complete on orders plugin and
we also had to add a “shipped” status to the site alright?
Would either or both of these cause the issue?If so is there any work around?
Thanks,
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other pluginsThanks Andrew,
Might try out those suggestions.
- This reply was modified 5 years, 10 months ago by ripperman.
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Conflict with YoastPre-Requisites:
Basic Theme installed
Woocommerce installed
Multi-Step installed
Page Builder installed
Widgets installed
Yoast installed
Checkout shortcode added to a site origin editor widget in checkout page.Steps:
1. Add something to cart
2. Click Proceed to CheckoutResults:
The proceed buttons and multi-step tabs are not visible on the page (Billing Details in this case)As mentioned its not priority at this stage. We managed to work around it by taking out shortcode from widget and placing it on the checkout page itself. We’re not sure where the conflict lies ourselves but with those plugins installed + shortcode added to an editor widget, the checkout and mult-step buttons disappear.
Forum: Plugins
In reply to: [Multi-Step Checkout for WooCommerce] Conflict with YoastOur issue was somewhat resolved. We managed a workaround whereby the woocommerce checkout shortcode is placed in the page itself and not a builder widget.
This enables the checkout and multistep buttons again with all plugins activated. There is still clearly some form of conflict between plugins here though that needs to be resolved.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other pluginsMarking as resolved.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other pluginsNo problem Andrew and thanks very much for your replies.
This particular multi-step suits our needs better at this time so we’ll work around that as best we can.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other pluginsHi Andrew,
The checkout page was handled by the woocommerce checkout shortcode [woocommerce_checkout] added to a site origin page editor widget.
This thread gave me the idea of just taking out the widgets and placing the shortcode directly into the page itself (Not a widget).
This works as it happens, with all plugins activated. It means I can’t style the checkout page with page builder widgets but I’m satisfied it’s working at least.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other pluginsHi,
The basic problem is that the proceed button and multi step buttons do not appear on the checkout page.
-
Pre-Requisites:
Basic Theme installed
Woocommerce installed
Multi-Step installed
Page Builder installed
Widgets installed
Yoast installed-
Steps:
1. Add something to cart
2. Click Proceed to Checkout-
Results:
The proceed buttons and multi-step tabs are not visible on the page (Billing Details in this case)
I’m at a loss?
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other pluginsI can also confirm actually that it works with just…
Woocommerce, Yoast and Multi-Step plugins activated but
Page Builder and Widgets deactivated.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Siteorigin conflict with other plugins