Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Your Order Section not working@cm2799 – have you tested with just WooCommerce enabled(other plugins disabled)? I don’t see any issue with the AJAX requests that fire in order to update the ‘Your Order’ section.
And you also tested with the default Storefront theme?
Forum: Plugins
In reply to: [WooCommerce] No products appearing on woocommerce???@bzzymatt – I’m not sure if you’re trying to create products using the Elementor plugin or not but products should be created by going to Products->Add New.
https://docs.woocommerce.com/document/managing-products/
You can upload screenshots to any of your preferred screenshot hosting platforms, we recommend https://snag.gy for sharing screenshots. Paste the URLs in your reply.
Forum: Plugins
In reply to: [WooCommerce] Subcategories not displayed in categories@jtamm – what about with a default theme(Storefront or Twenty Seventeen)? Your theme might be disregarding these settings.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce slow down my site@stirlingite – could you perhaps make a staging site to run some tests on? Can you reproduce the long loading times with only WooCommerce activated?
Forum: Plugins
In reply to: [WooCommerce] Thumbnail Icon Links (eye and cart)@verbality – this is definitely added by your theme, WooCommerce doesn’t include this kind of behavior by default.
Forum: Plugins
In reply to: [WooCommerce] Are you order from abroad? Write me a email.@sko22 – marking resolved. Cheers!
Forum: Plugins
In reply to: [WooCommerce] Products not showing in admin@kurtvansch – Can you check for the missing products via post ID and see what their post_status is? Perhaps they are not published but in a ‘draft’ status?
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce@mattbonazzi – it’s probably some CSS added by your theme; perhaps there is a white background set for an element. Perhaps the developer of the theme can take a look and determine how the white background is being added.
Forum: Plugins
In reply to: [WooCommerce] woocommerce mails going through actions?@optimizingmatters – happy to help, good luck!
Forum: Plugins
In reply to: [WooCommerce] PayPal IPN/PDT before thank you page problem@sgehrman – The Braintree plugin allows you to use credit card fields directly on the Checkout page(they don’t have to redirect to PayPal). The callback from credit card purchases tends to be virtually instantaneous.
But yes, the ‘PayPal’ button used with the Braintree plugin uses PayPal’s “in-context” checkout, which means it will open in a pop-up window.
https://docs.woocommerce.com/document/woocommerce-gateway-paypal-powered-by-braintree/#section-30
- This reply was modified 7 years, 10 months ago by Thomas Shellberg.
Forum: Plugins
In reply to: [WooCommerce] Remove ‘Page 1’ from breadcrumbs@yashitamittal11 – that’s pretty strange and not a standard output. Is ‘Assessment’ in this case the ‘Shop’ page for your site? Are there any pages on your site named ‘Page 1’?
Forum: Plugins
In reply to: [WooCommerce] Restrict endpoint on WooCommerce REST API@dsm1 – do you want to disable the /customers/ endpoint from being accessed entirely or just by certain users?
Forum: Plugins
In reply to: [WooCommerce] Error update files & versionHi @geds78 – it is likely that a plugin or your theme is referencing the old deprecated function
get_cart_url. You can search through your server’s error logs to find out what script exactly is referencingget_cart_url. Once you find out, inform the developer of the theme or plugin and have them update it.Forum: Plugins
In reply to: [WooCommerce] Disable stock reduce function for pending order@longnguyenfrombayy – Something to consider:
Just as easily as a “non-serious” shopper could add a booking to the cart and leave it there, by disabling the Bookings in-cart stock hold function, you run the risk of overbooking your products, particularly if the booking only has 1 or 2 slots available. The former scenario is not only rarer than the latter scenario but the latter scenario requires a lot more apologizing and admin work to fix(you would have to refund the order, explain that it’s overbooked, etc).
Forum: Plugins
In reply to: [WooCommerce] How to change breadcrumb second array?@princebhalani143 – this certainly looks to be something custom-developed given that it works properly with a default theme. I don’t know of a hook that could override the display of the children(only the home title), perhaps the theme is not actually using the standard filter anyways?