Search the Community
Showing results for tags 'ps facebook'.
-
I was trying to integrate Facebook pixel with my store by PS Facebook module. If i click on Connect to Facebook, a pop up appear and show that "We could not log you in: You can't log in to this app or website because you do not meet the requirements for country, age or other criteria." Error Attachment added. How can i solve the issue?
- 2 replies
-
- ps facebook
- connect my store with facebook
- (and 2 more)
-
Prestashop 1.7.6.9 Official Facebook by Prestashop does not update stock as per original settings. There are currently 3 different stock features in facebook cataloge: In stock, Out of stock, Available for order and Discontinued. So, when the product is out of stock, but orders are allowed, it should have the status Available for order so it can be ready for Ads and showing in the Facebook Shop, instead, Prestashop lists it as Out of stock and that's it. I discussed with Prestashop help, but they got stock at not responding anymore by email. It seems that they have not checked the entire feature themselves, they just pushed a module without checking the actual feature. So, somehow, this is very wrong (modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php): public function getProductAvailability($productId, $productAttributeId) { $product = new Product($productId); if ((int) StockAvailable::getQuantityAvailableByProduct($productId, $productAttributeId)) { return ProductItemAvailabilityValues::IN_STOCK; } switch ($product->out_of_stock) { case 1: return ProductItemAvailabilityValues::AVAILABLE_FOR_ORDER; case 2: $isAvailable = Product::isAvailableWhenOutOfStock($product->out_of_stock); return $isAvailable ? ProductItemAvailabilityValues::AVAILABLE_FOR_ORDER : ProductItemAvailabilityValues::OUT_OF_STOCK; case 0: default: return ProductItemAvailabilityValues::OUT_OF_STOCK; } } } I could edit myself, but since Prestashop pushes updates once per day, I will not know if what I updated is actually valid.
-
Hi, I'm currently using the "PrestaShop Facebook" addon, which allows me to synchronise my catalogue to one of my facebook fan pages. The problem is that my prestashop groups items that refer to multiple of my facebook fan pages (different cartoons, each one having its own fan page). Does someone know if one of the others addons allows to do that ? Or if there is some other thing that I can do, inside facebook, to export my catalogue on different fan pages ? I didn't manage to find a topic about this, neither an answer to that in the prestashop documentation. Thank you all !!