So I setup a Facebook store page and I have an issue.

It's setup to show Featured and Recent products.
But the featured products aren't all set as featured so not sure why it's showing other products.
And the third product isn't appearing correctly and has a price of $0.00 with a link the takes you to a page can't be displayed.

Facebook Store: https://www.facebook.com/valleybeekeeping/app/190322544333196/
Store: https://www.store.valleybeekeeping.com/

As you can see in the store that the featured items are only medication and no feeders.
I tried deleting all the featured products and adding them back in, but the Facebook store featured items doesn't change.

Also, if I delete the Featured module, how do I re add it? It's not listed on the left list.


Questions are:

1) Can the number of products per feed be increased?
2) Can the Most Viewed module be added?
Thursday, March 30 2017, 12:00 AM
Share this post:
Responses (6)
  • Accepted Answer

    Thursday, March 30 2017, 03:08 PM - #Permalink
    If you see duplicated modules, then it's the name.

    But you mean the configured variants of the new products module doesn't display in the module list in Facebook feed? That new module isn't made available for the Facebook feed, so that's correct as of today.

    Only your modules created using Latest, Special and Bestseller should display (the modules, not your configuration from Products): https://github.com/arastta/arastta/blob/master/admin/controller/feed/facebook_store.php#l249-l253

    Not so easy to follow your thoughts always. :)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 30 2017, 02:55 PM - #Permalink
    Doesn't matter the name. The Products one still ended up broken and doesn't appear in the list of modules so I just removed it completely.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 30 2017, 02:46 PM - #Permalink
    Give them different names, they are not duplicated. ;)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 30 2017, 01:30 AM - #Permalink
    All fixed.

    Issue is there are too many modules that are duplicated.
    Products Featured for one was causing the issue with the missing 3rd product, and it doesn't appear in the modules list for Facebook store.
    Used Featured module instead and it showed up.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 30 2017, 12:20 AM - #Permalink
    You need to create and configure your modules in "Apperance -> Layouts" ...
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 30 2017, 12:09 AM - #Permalink
    Just guessing, but I think maybe module selection is broken?
    Think there are supposed to be 3 options and only 1 appears.

            $special_module = array(
    'latest',
    'special',
    'bestseller',
    );
    The reply is currently minimized Show
Your Reply