In templates/__mobile/Styles/styles.css Find Replace
Category: Interspire Shopping Cart
Enable zoom in the mobile site as recommended by Google Lighthouse
Google: Text too small to read. This report identifies pages where the font size for the page is too small to be legible and would require mobile visitors to “pinch to zoom” in order to read. In /templates/__mobile/Panels/HTMLHead.html Find Replace
Fix Google Warning about “Clickable elements too close together”
As a result of higher and higher resolution in mobile devices, text becomes smaller and closer together with the same CSS. Google will warn mobile site with “Clickable elements too close together” in “Mobile Usability report”. To increase spacing between Categories listing, in templates/__mobile/Styles/styles.css Find Replace Find Replace Find Replace
Fix Interspire Mobile Site Two-Column Layout Issue
Current mobile device screen resolution is much higher nowadays. To prevent two-column product listing layout issue: In /public_html/templates/__mobile/Styles/styles.css Find Replace
unreachable code after return statement – common.js
Bit of code that nobody every bothered to fix before as the error only ever appears in console. Open: /javascript/common.js Find: Replace with:
404.php alternative
This is a replacement of the class.404.php file and provides a lot more information to help backtrace problems, hacking attempts, etc… Replace /includes/classes/class.404.php with: Alternative version to catch all 404 without $_POST and $_GET, only exclude when particular strings in URL
Fix the ISC File Include Bug
Background From ISC doc: It’s also possible to include another file within a template. This can be accomplished using file include variables. This is extremely useful if external files such as banners, site‐network headers or other content need to be included. File includes can either be local (relative to the Interspire Shopping Cart base directory),…
Make images and iFrame YouTube videos in Product Page fit screen-width in mobile site
Add below codes in In /templates/__mobile/Styles/styles.css
Use “Product Warranty” Field as Product Tags
This mod will make use of the “Product Warranty” field and display the content of “Product Warranty” within the product description. Implementation In /includes/classes/class.product.php (around line 163) Find Replace
Broken FastCart Checkout Button in Firefox Mobile
Problem Due to the code used in \Snippets\FastCartThickBoxContent.html, the checkout button image path in FastCart is pointing to the mobile template path, which results in a broken checkout button image. Below is the result of Firefox Android Solution The easiest fix is to copy “CheckoutButton.gif” from the Desktop template to the mobile template