Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] File trowing an error 502 in WordPress TracHi @anyssa,
It sounds like the file is too large for the server to parse all of the data and then it times out.
What specifically are you trying to do and why not search through the file locally after downloading the plugin?
Forum: Plugins
In reply to: [WooCommerce] View Partial refundHi @leslieannetd,
Partial Refunds will be visible in that the order total will show a strikethrough with the new amount after the refund, like so:
WooCommerce will not highlight orders that were partially refunded beyond that but you could perhaps create a plugin or customization to query orders that were partially refunded, here’s a tutorial example:
https://www.skyverge.com/blog/get-woocommerce-refunded-orders/
Forum: Plugins
In reply to: [WooCommerce] “Recently Viewed Products” function doesn’t workHey @yanggh,
We’re not going to be able to troubleshoot issues with third-party plugins so it’s best to create support topics for those specific plugins in order to get help.
You can certainly test that ‘Recently Viewed Products’ still works using the core widget; I’ve tested it with WooCommerce 3.7 and it’s still working.
Screenshot:
https://cld.wthms.co/MyuQ8CForum: Plugins
In reply to: [WooCommerce] CSS class changes for blocks in 3.7Hey @traed,
The “Newest Products” block is added by the WooCommerce Product Blocks plugin:
https://github.com/woocommerce/woocommerce-gutenberg-products-block
I don’t see anything in the changelog of that plugin mentioning changes to the Newest Product block specifically.
Were you using the WooCommerce Product Blocks plugin previously before updating to 3.7? If so, what version?
It’s possible that it has to do with moving to dynamic Server-Side Rendering as all of the blocks now use a similar rendering pattern rather than just a shortcode. Were you using a shortcode to generate the “new products”?
Forum: Plugins
In reply to: [WooCommerce] Fatal error after upgrading to 3.7.0Hi @lippiun,
It sounds like the update may have failed somehow – perhaps a file is corrupted or missing. My recommendation is to manually update WooCommerce via FTP.
Download the latest release of the plugin, unzip it, then, upload the unzipped folder to your site’s /wp-content/plugins/ directory such that it overwrites the existing /plugins/woocommerce/ directory.
Let me know if you still get errors after doing this.
Forum: Plugins
In reply to: [WooCommerce Square] Change Labels, Placeholders and Remove Postal CodeHey @patchwebdesign,
The postal code field within the Square credit card form is loaded via an iFrame from Square’s servers; it cannot be removed.
The plugin contains JavaScript which should copy the Checkout page billing postal code value to the Square credit card form, meaning that users shouldn’t have to fill it out provided the postal code is entered as part of the billing address.
Hey @strangechild,
We don’t have a definitive answer yet but as of right now the goal is to allow syncing products that have multiple attributes again and concatenate the variation names in Square as 1.0.38 did.
My recommendation is to look at the changelog when 2.0.2 comes out and test on a staging/development site.
Forum: Plugins
In reply to: [Eway Payments for Woo] add filter on credential settingsBy the way, you could add your idea to the Ideas Board:
http://ideas.woocommerce.com/forums/133476-woocommerce, which is where developers go to look for future plugin features and improvements.- This reply was modified 6 years, 9 months ago by Thomas Shellberg.
Forum: Plugins
In reply to: [WooCommerce] Custom address fields checkout not saved in sessionHi @redmatters,
This might be a starting point:
Hey @joewire,
Are you editing the settings for the Braintree (Credit Card) gateway at WooCommerce->Settings->Payments?
Can you send a screenshot of what you see there? I recommend https://snag.gy for sharing screenshots.
Hi @audemars,
The tricky part here is that you would need some kind of tokens to already exist in your new payment gateway – if that’s the case you might be able to use the Importer/Exporter to bulk export and then import your subscriptions with updated payment gateway meta information.
https://github.com/Prospress/woocommerce-subscriptions-importer-exporter#supported-payment-gateways
Another thing you could do is simply disable Stripe as a payment gateway once your new payment gateway is enabled. New signups would use the new payment gateway and your users could slowly move over to the new gateway once they update their card details.
Forum: Plugins
In reply to: [WooCommerce Square] Change Labels, Placeholders and Remove Postal CodeHey @patchwebdesign,
Which version of the plugin are you using? Version 2+(which is no longer considered the stable version of the plugin) loaded the Square checkout form using an iFrame. This means that it can’t be modified on your Checkout page since it’s loaded from an external source.
The labels for the 1.0.38 version of the plugin can be “translated” using localization, such as using a plugin named Loco Translate or manually using PoEdit.
Forum: Plugins
In reply to: [ShipStation for WooCommerce] Need new Auth KeyHi @thelastequis,
If you go to WooCommerce->Settings->Integration->Shipstation and copy down the API Key listed there, are you not able to use that one?
Hi @joewire,
You can use the
Add merchant account for {currency code}button listed on the plugin settings page. This is what allows you to add multiple merchant accounts; this is typically done to map a merchant account with a specific currency.Forum: Plugins
In reply to: [WooCommerce Square] Urgent: 2.0.1 re-connection causes error@ivypublications – We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.