Wilfreds Wholesale
Forum Replies Created
-
Just for reference, we also use a currency switcher (AUD –> NZD) and the Afterpay function appears when in AUD, but vanishes from the site when a user selects NZD. That is how it is supposed to work from our understanding of the instructions.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Afterpay marks non-Afterpay orders as PAIDJust for informational purposes only, as I have been watching this thread with interest. We are not suffering any of the above issues at all. Have included our setup if anyone wishes to cross reference.
Wordpress v5.7.1
Supermarket Theme (themeasia) v1.0.9
WooCommerce v5.2.2
Afterpay Plugin v3.0.1 (at time of posting, however it will upgrade to v3.0.2)
WooCommerce Dropshipping v2.13
WooCommerce PayPal Checkout Gateway v2.1.1
WooCommerce PDF Invoices & Packing Slips v2.8.3
WooCommerce Stripe Gateway v5.1.0Plus the standard security, backup, caching plugins which I won’t bother mentioning as I doubt they manipulate the order number or anything remotely close.
We have custom code in the functions.php to not allow certain categories to be paid for with Afterpay, along with other custom coding as well.
As recently as yesterday after the v3.0.1 update, we had several orders go through and all works exactly as it should. We didn’t suffer any of the problems even with the earlier versions of the plugin. Have had Afterpay sales every day, with zero issues.
The workflow of the sale goes as it should, and they sync correctly with the afterpay dashboard.
Hope this information helps someone, even if it looks random.
Forum: Plugins
In reply to: [Afterpay Gateway for WooCommerce] Unable to create order.Just started happening to us now as well. Afterpay is the only payment method that won’t work. Every other payment option goes through perfectly. Second update in a row that has caused problems, so have just disabled it completely to save customers from even selecting it
Forum: Reviews
In reply to: [Afterpay Gateway for WooCommerce] Exclude a categoryHi Irene,
This is what we are using in our functions.php (in a child theme)
Just make a generic category called whatever you like, and add every single item that you don’t want afterpay to be used for, into this category.
/** ==========================================================================================**/ /** Added 24/08/2020 By Pete Schmidt Add code to disallow AfterPay to be used on Gift Cards **/ /** * @param bool $bool_result * @param WC_Product $product */ function afterpay_ips_callback( $bool_result, $product ) { /** # My custom products don't support Afterpay.**/ if ($product->get_type() == '<strong>pw-gift-card</strong>') { $bool_result = false; } return $bool_result; } add_filter( 'afterpay_is_product_supported', 'afterpay_ips_callback', 10, 2 );
- This reply was modified 4 years ago by Yui. Reason: please use CODE button for proper formatting
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Payment link redirecting to 404Same problem for me too. Goes straight to Ooops, page not found. Have created a page called invoicing, added the shortcode, but still won’t display.
Forum: Plugins
In reply to: [Role Based Price For WooCommerce] Dropshipper Role and Dropship PriceYou might be after something like this plugin
https://www.ads-software.com/plugins/woocommerce-wholesale-prices/
It allows you to apply wholesale prices to an individual user by adding them to the “Wholesale” Role.
Just to add to this, mine does not get this error.
The only difference is that I am running PHP 7.2 because it’s not compatible with a lot of plugins used. I had to downgrade from 7.3 -> 7.2 so that my site worked properly.
WP 5.5.1
Woo 4.4.1
AP 2.2.0
PHP 7.2Forum: Fixing WordPress
In reply to: 5.5 broke pretty much everythingThose two messages are expected. I explained the https://www.ads-software.com/support/topic/the-authenticity-of-wordpress-5-5-no-content-zip-could-not-be-verified/#post-13243577. Those two file names reflect different types of update packages. Depending on context, the wp-content folder is sometimes excluded.
@desrosj Excellent, now I understand. Makes perfect sense.
Forum: Fixing WordPress
In reply to: 5.5 broke pretty much everythingUpdate: OK, WordPress must have changed something. Last night the update page said it was retrieving this:
The authenticity of wordpress-no-content.zip could not be verified as no signature was found
Today it just says:
The authenticity of wordpress-5.5.zip could not be verified as no signature was found
So I assume they buggered up, and have rectified whatever version was being downloaded to sites.
Just did my DEV site and now the upgrade goes perfectly, thanks to the J-Query plugin many thanks @desrosj for that tip.
Forum: Fixing WordPress
In reply to: 5.5 broke pretty much everythingIs there any improvement with this plugin active: https://www.ads-software.com/plugins/enable-jquery-migrate-helper/ ?
Cheers for that, will download and install. What I have found is that the only plugin which doesn’t work is the WooCommerce Dropshipping one. It completely stops the menu system from working. As soon as that is deleted, the menus work fine.
Also, I discovered that the widgets have been randomly placed in strange locations. Once I worked that out, I rearranged the widgets back into the locations I used to have them. Also the Mega Max Menu changed itself from specific menu locations, to all of them having the TOP menu in them. The upgrade did some weird things.
So I downgraded back to 5.4.2, and so far all is back to normal (without the dropshipping plugin). I have done an upgrade on a DEV site, and the issue remains, but I put everything back into place, and so far it seems to be stable. So I will test that plugin you suggested, and if all goes well, will upgrade production site again and see what happens.
EDIT: Just installed the plugin on the DEV site.
https://www.mydomain.com/wp-content/plugins/woocommerce-dropshipping/assets/js/wc_dropship_manager.js: jQuery.fn.live() is deprecated
So I have sent this to the Developer of the plugin. Hopefully they are on to it.
- This reply was modified 4 years, 7 months ago by Wilfreds Wholesale.
Forum: Fixing WordPress
In reply to: 5.5 broke pretty much everythingOK I am half way there.
WooCommerce Dropshipping [2.4]
BINGO !! We Have a Winner (Sort of), As soon as I deleted this plugin, I got my menu system working again. Originally I deactivated (as instructed to do) and this made no difference. So I created a brand new DEV site, installed plugins one by one, and as soon as I did this one, it all came crashing down.
So I did some translation updates again (because for some weird reason it constantly asks me to), then did a complete 5.5 upgrade again
Sadly . . . Still Broken.
Forum: Fixing WordPress
In reply to: 5.5 broke pretty much everythingJust to add to this. I can also no longer add or remove widgets to any of the site block areas. The drop down arrows no longer work.
If I didn’t know any better, in the old days, it would be similar to like, JavaScript not working. None of the menu systems are working at all. That’s the best way I can explain it.
Forum: Fixing WordPress
In reply to: Medialibrary broken after update WP 5.5Same here, along with many other things broken. In fact, I think the broken things now outnumber the non broken things. Horrid upgrade.