• Resolved eddiejanzer

    (@eddiejanzer)


    I noticed, on both the recent updates, up to 2.8 now create a “white” flash when reloading the page. I tried the most recent update today, and reverted once again. Pages just do not load smoothly, bright white in both firefox and safari using a mac, when I navigate to a different page,

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter eddiejanzer

    (@eddiejanzer)

    I believe this is an issue with with most recent upgrade from WordPress. There are a lot of conversations about it.

    Plugin Author sparkweb

    (@sparkweb)

    I haven’t seen this behavior before. But from looking around it seems that it has a lot more to do with some change in WP 3.2 than anything foxyshop-related. Let’s see how this plays out in the WP discussion.

    Thread Starter eddiejanzer

    (@eddiejanzer)

    it’s 3.2, I have two fake websites, identical, one on 3.2 and the other on 3.1,
    The white flash shows on 3.2. When I “downdate” that site, all is fine.

    Thread Starter eddiejanzer

    (@eddiejanzer)

    foxyshop_inventory_management("notice: only %c yard%s left in stock!", "sorry, item is not in stock.", false);
    Is there a way I can just get %c, the number, so that I can show just that?

    . https://www.oliverfabrics.com/products/bohemian-rhapsody-in-carbon/
    You can see at the bottom, I use what is built into foxyshop, but I would like to add the number only in the dotted “list” below “SALE”.

    Plugin Author sparkweb

    (@sparkweb)

    Yes, you can do a print_r($product[‘inventory_levels’]) and that will show you a PHP array with all the inventory levels for the product (this is just for reference). If you aren’t doing variations (much easier) you can just do this:

    echo $product['inventory_levels'][$product['code']]['count'];

    Thread Starter eddiejanzer

    (@eddiejanzer)

    thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Recents updates to foxyshop’ is closed to new replies.