X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   X-Cart reBOOT (reDUX) Template (https://forum.x-cart.com/showthread.php?t=77655)

Freakmode 05-01-2020 04:02 AM

Re: X-Cart reBOOT (reDUX) Template
 
Quote:

Originally Posted by dpcompany
@Freakmode

It is currently not possible to navigate a Redux website using an iPhone. It's really strange. I sent Phil a screen capture video last month showing how it is unusable. The strange part is, I even tried using the Chrome browser on an iPhone to no avail. Android phones work totally fine.

On a different note, something else completely unusable on Redux is the Lazysizes framework on Edge. Every single image fails to load. Both of these issues are present on the Redux demo page.


Oh - thanks for the heads up. I tested on ipad and imac and android but forgot to test on iphone. I have image links that don't work either.

dpcompany 05-01-2020 04:03 AM

Re: X-Cart reBOOT (reDUX) Template
 
@PhilJ, Edge will not load https://www.xcartmods.com/redux4712/ on any of the computers I have tried.

PhilJ 05-01-2020 04:08 AM

Re: X-Cart reBOOT (reDUX) Template
 
Please PM me some of your URLs where images are not loading etc.

dpcompany 05-01-2020 04:50 AM

Re: X-Cart reBOOT (reDUX) Template
 
Forget the whole "Images don't work in Edge".... Apparently Lazysizes doesn't work in my super old build of Edge that Windows 10 seemed to forget to update.

PhilJ 05-02-2020 07:35 AM

Re: X-Cart reBOOT (reDUX) Template
 
2nd May - Two new template settings > search added.

- Search results per page - number of options (numeric)
- Search results per page - view all products enabled (checkbox)

Step 8 of the install updated (include/search.php) and an SQL patch is required.

elmirage001 05-06-2020 01:09 PM

Re: X-Cart reBOOT (reDUX) Template
 
Quote:

Originally Posted by Freakmode
Can anyone with an iPhone please test our website.
www.jobananas.com

I have had 3 calls this week from people saying that they cannot navigate using any links on an iphone 8 and orders are way down from usual. I have tried on an Android and that seems fine but we broke our test iphone last week.

Many thanks


Here is maybe another piece of the problem...

My brother-in-law is on XC 4.7.10 reBOOT is also having issues with iPhones. His iPhone users can not check out using PayPal Payments Pro.

***** From PayPal********
Thank you for the additional details. Developers state that the latest Safari browser for mobile have upgraded security protocols that can cause this issue. They have provided the below information to assist with this issue that you will need to add to your code:

<iframe src="https://payflowlink.paypal.com/?SECURETOKEN=XXXXX&SECURETOKENID=YYYY&MODE=ZZZ" sandbox="allow-top-navigation allow-scripts allow-same-origin allow-forms allow-modals" id="payment_content_iframe">
</iframe>
*****

PhilJ 05-07-2020 05:58 AM

Re: X-Cart reBOOT (reDUX) Template
 
I've re-worked the mobile category and account menus, which should solve any previous issues with Safari. Anyone with an iphone, please test here.

Dropdown-style category menu is better anyway, as it remembers the category that you're in :)

Have also introduced top, bottom, left and right side and fullscreen modals, demo here (at bottom).

If yer all satisfied, I'll provide patched files.

dpcompany 05-07-2020 06:00 AM

Re: X-Cart reBOOT (reDUX) Template
 
@PhilJ Quick initial testing appears to have fixed all of the iPhone issues.

Also, I am digging the mobile menu category structure over the "stock" mmenu light display.

As usual, you da man!

elmirage001 05-07-2020 07:11 AM

Re: X-Cart reBOOT (reDUX) Template
 
Quote:

Originally Posted by elmirage001
Here is maybe another piece of the problem...

My brother-in-law is on XC 4.7.10 reBOOT is also having issues with iPhones. His iPhone users can not check out using PayPal Payments Pro.

***** From PayPal********
Thank you for the additional details. Developers state that the latest Safari browser for mobile have upgraded security protocols that can cause this issue. They have provided the below information to assist with this issue that you will need to add to your code:

<iframe src="https://payflowlink.paypal.com/?SECURETOKEN=XXXXX&SECURETOKENID=YYYY&MODE=ZZZ" sandbox="allow-top-navigation allow-scripts allow-same-origin allow-forms allow-modals" id="payment_content_iframe">
</iframe>
*****


Update:

I was able to get iPhones to be able to purchase by changing the height of the iframe from 600 to 1600.

In: ps_paypal_advanced_iframe.tpl

Code:

{include file='payments/iframe_common.tpl' iframe_src=$iframe_src cancel_url=$cancel_url height='600' width='490'}

 changed to

{include file='payments/iframe_common.tpl' iframe_src=$iframe_src cancel_url=$cancel_url height='1600' width='490'}


With this change the whole PayPal credit card form showed in the iframe which was hidden before because the iPhone would scroll. I don't know what affect this has on other mobile devices...

Thank you Phil for fixing iPhone and reDUX!!

Paul

PhilJ 05-07-2020 07:23 AM

Re: X-Cart reBOOT (reDUX) Template
 
Nice one Paul :D

7th May - Patched files for the re-worked mobile menus and Safari fix now available in the changelog.

All you gotta do is upload the new files, but if anyone wants me to patch on your behalf, just drop me a line.

If you want the mobile menus to appear wider, edit the first line in /skin/reboot/custom/mobile_modals.tpl


All times are GMT -8. The time now is 01:59 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.