hanneslf
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Reviews] [submit-review] Tag and PaginationActually just checked and if the plugin is disabled then the page moves down to the reviews area after clicking on “Customer Reviews”
Forum: Plugins
In reply to: [Ultimate Reviews] [submit-review] Tag and PaginationCheers the pagination is working now.
Moving down to the reviews area after clicking on “Customer Reviews” would be nice – must be a template addition as it does it here
https://bricky.com/building-tools/the-new-bricky-wall-building-tool/Similar to that – when you click the pagination it is moved to the bottom of the page and you have to scroll up. Would be nice if it went back up to the top of the reviews tab for that page.
ThanksForum: Plugins
In reply to: [Ultimate Reviews] [submit-review] Tag and PaginationThanks for the reply.
I had it set to “Star”. See https://www.backballer.com/product/backballer/#reviews for Pagination.Also noticed that when you click on the “Customer Reviews” link at the top of the product page the Reviews tab opens but the page does not move down to the Reviews area.
Forum: Plugins
In reply to: [Easy Review Reminders] ( Queuing… )Hi Josh,
The reminders look to be sending out now. Thanks for your help. Will have to get the pro version to go along with your Wholesale Suit.
Thanks,
Hannes
P.S. 2 new reviews in since it started working ??Forum: Plugins
In reply to: [PayPal for WooCommerce] PP Express and Multi-CurrenciesOnly got around to updating the plugin now..Sorry.
Works great – Thanks a mil.For anyone who need to do the same put the below in your functions.php
/***** PayPal Express SITE Currencies ****/ function site_currencies( $currencies ) { // Only display the PPEX button for Euro $currencies = array('EUR'); return $currencies; } add_filter( 'woocommerce_paypal_express_supported_currencies', 'site_currencies', 10, 3 );
Forum: Plugins
In reply to: [Easy Review Reminders] ( Queuing… )And mails NOT sent – sorry.
Forum: Plugins
In reply to: [Easy Review Reminders] ( Queuing… )Hi Josh,
I tried that yesterday and after clicking the Run Email Sender button the message “Successfully run email sender function.” was displayed but reminders still report ( Queuing ) and mails NOT sent.I will contact the support and send on details.
Thanks for your help.
Hannes- This reply was modified 8 years, 2 months ago by hanneslf.
Forum: Plugins
In reply to: [Easy Review Reminders] ( Queuing… )Testing I had it set to 1 and monitored it counting down to the last minute and then changed to ( Queuing ) but no mail sent. I have it sent normally to 14 days (from before xmas) and had a test order “completed” but no mail was sent. No problem sending normal order mails.
No Review Reminder emails sent yet.
Thanks
Forum: Plugins
In reply to: [Easy Review Reminders] ( Queuing… )Hi Josh,
Thanks for the reply. I never set up a cron job for the plugin – do I need to?
I have the BackUpWordPress plugin running daily with no problem.
HannesForum: Plugins
In reply to: [PayPal for WooCommerce] PP Express and Multi-CurrenciesBrilliant thanks – will check it out. Thanks
“It” refers to custom forms.
The only reason I became aware of it was that a customer could not checkout. I only installed that browser to test. ??
I have the custom forms enabled and if I disable it it does not show the error message.
The Browser is actually called Web Explorer ver 10.3
ThanksForum: Plugins
In reply to: [PayPal for WooCommerce] PP Express and Multi-CurrenciesCheers Thanks.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Braintree Multiple Merchant Account IDsThanks for considering it. Hannes
Forum: Plugins
In reply to: [PayPal for WooCommerce] PP Express and Multi-CurrenciesHi Angelleye,
Using Aelia Currency Switcher for WooCommerce. With this plugin you can set what gateways are displayed on the bottom of the Checkout page – but this does not control the PP-Express buttons on the product/cart and top of checkout pages.I have edited the function buy_now_button() in paypal-for-woocommerce.php adding
if(get_woocommerce_currency() != "EUR") { return false; }
but don’t want to hack your code like that.
Thanks