Juan Carlos 3 months ago
committed by GitHub
parent
commit
63e0acb895
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      product_visibility_website/controllers/main.py

2
product_visibility_website/controllers/main.py

@ -127,7 +127,7 @@ class ProductVisibilityCon(WebsiteSale):
# supering shop***
if not available_categ and not available_products:
return super(ProductVisibilityCon, self).shop(page, category, search, ppg, **post)
return super(ProductVisibilityCon, self).shop(page=page, category=category, search=search, ppg=ppg, **post)
add_qty = int(post.get('add_qty', 1))
if category:

Loading…
Cancel
Save