Ryan Ray
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce storeHi @tiyonnatee,
Congrats on setting up your store and creating a product. My first assumption and thing I’d check on is to make sure your product is published and visible to the world.
Link to image: https://cld.wthms.co/GIySPIWhen editing a product check the Publish metabox and see that it’s published, public, and visible in the shop and search results. Mostly the Published status is the important one. 🙂
Forum: Plugins
In reply to: [WooCommerce] Cart error for visitors (cookie)Hi @mikikanez,
Since you mentioned the cookies are working here, this then often times is caused by caching. Do you know if the site or server has any caching in place that could be serving a cached cart page that is empty? 🙂
If there is any in place, try to exclude the cart and checkout pages and see if that helps things.
Could you also please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Hi @lalarnz,
Sorry you’ve run into an issue like this, before I try to make any assumptions of what could be going on do you mind sharing your system status.
You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Forum: Plugins
In reply to: [WooCommerce] Stripe fields not workingHi @renz_r,
From what I can see already, Stripe won’t work in live mode because it requires your site load over HTTPs using an SSL certificate. 🙂
It seems you do have some sort of SSL certificate installed though, when I enter your URL using HTTPS I see the card fields working as they should.
Link to image: https://cld.wthms.co/VsilStI would double check with your host that they’ve installed and setup an SSL certificate and then head to Settings > General in WordPress and make sure the two URL fields there use HTTPS.
Link to image: https://cld.wthms.co/D6t7ccI hope that helps.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Booking Admin Double BookingHi @simon_a6,
The admin would not be able to double book any blocks or resources that are already full. 🙂
Forum: Plugins
In reply to: [WooCommerce Square] PHP Fatal ErrorHi @susanlangenes,
Darn, thank you for trying that though. That was my best guess from my limited PHP knowledge. At the moment this is logged as an issue for our dev team to look into. It’s labeled high priority so I suspect we’ll be able to figure this out sooner than later. You can follow along with the progress if you’d like here too. 🙂
https://github.com/woocommerce/woocommerce-square/issues/328
I hope we have some good news for the issue soon!
Forum: Plugins
In reply to: [WooCommerce Square] Trying to understand Attributes and VariationsHi @jaydisc,
That’s a good question that I don’t know the answer to right now. I am going to try to find out right now though. Give me a few moments here while I ask my colleagues and devs as to why these items show up with variations.
Hi @manyhatsdigital,
I think you are on to something, that at the least makes sense to me here. Would you mind, be able, to create an issue for inspection from our devs to inspect regarding Multisite?
Forum: Themes and Templates
In reply to: [Storefront] CSS HelpHi @babyuniverse,
Can you describe what doesn’t look right from here? I see the elements of the page roughly where you’d mentioned that you want them.
Thanks for your reply. On the mobile site I would like the text followed by the region and quantity an then the image.
The mobile menu I would just like it be visible. Maybe a white background. Currently I cannot see the menu.
These seem for the most part fixed, outside of any smaller tweaks to perfect them.
Forum: Plugins
In reply to: [WooCommerce] Upload big filesHi @mstudioil,
Between your server and Dropbox you’ll be much better off with your server. Dropbox is made for file storage and syncing and definitely not ideal for a file server for downloads. If you wanted to move those files off your server I would recommend something like Amazon S3. It’s specifically made to serve files of all sizes around the world.
Were you having issues uploading the files in the first place?
Forum: Plugins
In reply to: [WooCommerce] One product and one piece in cartHi @megosoft,
How can I do in woo commerce, that only one product and one piece of product should be in a cart?
It looks like you want to only allow one product at a time to be purchased from your store, is that correct?
So if I had a tshirt to my cart, I can’t add any other products and I can only buy one tshirt at a time?
If so, it looks like that filter should work out for you from @braehler. Also, if you want to allow multiple different products but only one of each there is a setting for this when editing your products. For example, with that I could be a tshirt, a bracelet, and a hat, but only one of each. Does that make sense?
Forum: Plugins
In reply to: [WooCommerce Square] PHP Fatal ErrorHi @susanlangenes,
Thank you very much for those system status reports, alongside the fatal error you first posted I think I have a few suggestions to try.
From what I see from the site that has breakage, paired with the error, we should try first increasing the PHP Time Limit and maybe also disabling
WP_DEBUGIn the Connection.php file around line 244 there are mentions of a timeout set to 45, while yours is timing out earlier than that at 30 seconds. In general I would match your working site with the PHP Time Limit set to 300.
The fatal error also isn’t super clear, but it mentions
is_debug_enabled()so perhaps disabling debug mode on the site will help as well.Let’s give those two items a shot and see if you can activate the plugin. If not we’ll keep trying from there!
Forum: Plugins
In reply to: [WooCommerce Square] Payment Error OcurredThanks all for helping find a solution to the second issue at hand here.
For our beloved OP, @chefpatricia, let us know what you find in your testing when time allows! Thanks. 🙂
Forum: Plugins
In reply to: [WooCommerce] Pricing Table.Hi @mattybulman,
Hopefully an option like what @kaleidopawswpo shared, or even one like this could work for you. –> https://woocommerce.com/products/bulk-shop-for-woocommerce/
If you were wanting to show this within a standard WordPress page itself, not the single product page, you might have even more options through blocks and block plugins made to work with WooCommerce data.
I hope that helps!
Forum: Plugins
In reply to: [WooCommerce Square] Product Sync FailureHi @cmcjenkin,
That’s good news to hear at the least. Glad those steps helped fix your issues.