davidfguk
Forum Replies Created
-
Forum: Plugins
In reply to: [McAfee SECURE] Secure / Trust logo appears over the Storefront mobile themeHi,
email has been sent in to support.Thanks
Forum: Plugins
In reply to: [Max Mega Menu] Question – Custom Icons on menu for PROE.g
Brands
[brand1_img] brand 1
[brand2_img] brand 2
[brand3_img] brand 3Forum: Themes and Templates
In reply to: [ON SALE] 2 Columns in Mobile viewManaged to get the above to work with the latest storefront theme update v2.4.2
Forum: Themes and Templates
In reply to: [Storefront] Add to Cart colour differs from desktop to mobileHi @neil
Looking at the screenshots, you will need to recomplile the Cache for the pageWhen logged in Admin you will see what it should look like, until the Cache is regenerated.
Logged out you will see the cached version ( not browser cache ) the website cache module you have installed.
Forum: Plugins
In reply to: [Delivery Countdown Timer] Timer is being cachedWe have a similar cache plugin which is also saving the date/time, until a purge and clear in cache is completed and the date/time is correct again.
Is there a file we can exclude from being cached so that the plugin works all the time?
Thanks
Forum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Error Code: 10486@analyticshops
We can only report back bugs (as we wont fix the plugins ourselves) unless the Original app / plugin developer [wpgateways] is willing to fix and correct the bug.Note the (10486) error has been obsolete since [January 1, 2017] over 1 year and a half , it requires the PayPal express call function to be re-written so the plugin asks for a new funding source at / on the PayPal stage and not direct the user back to the original shop website to choose another payment option.
Its in the hands of
https://ww.wp.xz.cn/plugins/express-checkout/
and wpgateways to fix this nowForum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Error Code: 10486I have to agree with @analyticshops on this.
We run clean shops with minimal plugins and all PayPal express plugins have issues.
This issue is because the user does not have enough funds in the PayPal account to pay for the order and the 10486 error should direct the user back to the original website to try another payment method. All which in theory should be done at PayPal rather than direct back to the website to try another payment method.
I believe 10486 error / way its integrated has now been replaced so is obsolete. PayPal express Plugins still use this old method hence the error appearing daily on most of our shops.
SEE HERE…
Important: This integration method is deprecated as of January 1, 2017. PayPal continues to support existing merchants using this method, but please be advised new features and enhancements will not be applied to these integration. For new integrations, see (Redirect for an alternate funding source)If anyone from this plugin is watching. Can you look the error up at PayPal Dev and update the plugin to enable the newer (Redirect for an alternate funding source)
https://developer.paypal.com/docs/checkout/#redirect-for-an-alternate-funding-sourceForum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Image src locale issuesHi,
My site is now pulling the old style of express checkout image and not the newer style (2 revisions ago) any ideas why this may be?Thanks
Forum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Image src locale issuesCorrect image URL does not have the local in, or it does it automatically now.
Correct image url
https://www.paypalobjects.com/webstatic/i/buttons/checkout-logo-medium.png
Forum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Image src locale issuesI also get (click product page Express Checkout) & it goes to site checkout and no longer goes to PayPal for the express.
Plugin
Recent changes need reverting back.Forum: Plugins
In reply to: [Express Checkout via PayPal for WooCommerce] Image src locale issuesSame here, big issue with all my woo sites and the PayPal express logo no longer loading as its trying to get the image from …
https://www.paypalobjects.com/webstatic/en_GB/i/buttons/checkout-logo-medium.png
which isn’t available
Forum: Plugins
In reply to: [WooCommerce] Grouped Products (Child title shows Parent title)Same file to update the get the description back working from parent group product as before.
Line 81 or there abouts in the same file
wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.phpremove line
$post = $previous_post;change to
setup_postdata( $post =& $previous_post );Forum: Plugins
In reply to: [WooCommerce] Grouped Products Not displaying properlySame file to update the get the description back working from parent group product as before.
Line 81 or there abouts in the same file
wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.phpremove line
$post = $previous_post;change to
setup_postdata( $post =& $previous_post );Forum: Plugins
In reply to: [WooCommerce] Could you test new versions more before release?Hope the above helps
Forum: Plugins
In reply to: [WooCommerce] Could you test new versions more before release?Same file to update the get the description to work from parent group product as before.
Line 81 or there abouts in the same file
wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.phpremove line
$post = $previous_post;change to
setup_postdata( $post =& $previous_post );