Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    I can report that the changes have fixed all my desktop issues

    We all owe lat9 a lot of gratitude for bringing this to the core.

    Our big customer has had problems for years in that they were reusing product IDs thinking they might run out. Over the last three years, we have slowly been fixing non-existant, and missing/deleted options as they showed up in log files. The converter found all the non-existant products and those with missing options in a flash.

    Be sure to read the instructions and fix all problems prior to clicking on that submit button.

    The only remaining minor glitch is when selecting product options on an iPhone. In my case, and iPhone 16 Pro Max. Note that this does not show up in any of the mobile emulators I've tried.

    Re: https://enightlightsDOTcom/index.php...products_id=78 (replace DOT with . )

    First Choose "Suncatcher"

    When clicking on Next Choose, the Product Options on a Desktop correctly show "No Suction Cup...) and "Suction Cup...)

    On a mobile with Suncatcher chosen for Product Options, pressing Next Choose shows the two suction cup options AND the three options for a nightlight. The extra options appear to be dimmed and clicking on them has no effect. So, it appears that one cannot make a bad option selection. Especially with the options set to required.

    The CSS shows the correcct "display: none;" on a desktop but it is not being recognized on the iPhone in portrait or landscape.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,879
    Plugin Contributions
    96

    Default Re: POSM Stock issue

    Quote Originally Posted by dbltoe View Post
    I can report that the changes have fixed all my desktop issues

    We all owe lat9 a lot of gratitude for bringing this to the core.

    Our big customer has had problems for years in that they were reusing product IDs thinking they might run out. Over the last three years, we have slowly been fixing non-existant, and missing/deleted options as they showed up in log files. The converter found all the non-existant products and those with missing options in a flash.

    Be sure to read the instructions and fix all problems prior to clicking on that submit button.

    The only remaining minor glitch is when selecting product options on an iPhone. In my case, and iPhone 16 Pro Max. Note that this does not show up in any of the mobile emulators I've tried.

    Re: https://enightlightsDOTcom/index.php...products_id=78 (replace DOT with . )

    First Choose "Suncatcher"

    When clicking on Next Choose, the Product Options on a Desktop correctly show "No Suction Cup...) and "Suction Cup...)

    On a mobile with Suncatcher chosen for Product Options, pressing Next Choose shows the two suction cup options AND the three options for a nightlight. The extra options appear to be dimmed and clicking on them has no effect. So, it appears that one cannot make a bad option selection. Especially with the options set to required.

    The CSS shows the correcct "display: none;" on a desktop but it is not being recognized on the iPhone in portrait or landscape.
    That's going to be "difficult" for me to debug, since I don't allow any iStuff in my house.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    I tried to give as much information as possible as I was aware of your allergy to all things Apple.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    My research shows:

    Since the issue is specific to iOS (Safari and Chrome on iPad) and works correctly on desktop browsers, the problem is almost certainly related to WebKit rendering quirks or device-specific behavior. By systematically debugging, you should be able to identify and resolve the issue. If the problem persists, consider filing a bug report with WebKit, providing a minimal reproducible example.

    I created
    Code:
    <!DOCTYPE html><html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Display: None Test</title>
        <style>
            .hidden { display: none; }
        </style>
    </head>
    <body>
        <div class="hidden">This should be hidden.</div>
    </body>
    
    </html>
    as iPhoneTest.html and ran it on both the desktop and iPhone. It successfully hid the text on both.

    I will look further into the CSS to make sure there's no display: block applied to the same rule.

    I am not familiar with javascript to investigate whether there is a style.display = 'block' messing with it.

    All options appreciated.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    ####_custom-forms.scss from bootrap4.6.2 has the custom_select class set to display: inline-block.

    Looks like a change will need to be included in POSM's css for mobile.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #6
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,686
    Plugin Contributions
    11

    Default Re: POSM Stock issue

    I have finally been able to look at the page on an Android device and it is displayed correctly.

    I will report the webkit problem with Chrome on a Apple device to Chrome.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. Stock by Attribute v1.4.13 install issue
    By d2md in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 22 Sep 2011, 04:58 PM
  2. Stock by Attributes Issue
    By AGeekInABox in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 19 Jul 2011, 06:13 PM
  3. Out of Stock issue
    By split63 in forum Basic Configuration
    Replies: 4
    Last Post: 23 Feb 2011, 01:34 AM
  4. Stock By Attributes installation issue
    By dirntknow in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 19 Nov 2010, 11:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg