Hi,
I want the google feed to ignore and items with zero quanity. How can I do this?
thanks,
takayuki
1. EDIT: catalog/controller/feed/google_base.php
2. FIND:
3. REPLACE WITH:
2. FIND:
Code: Select all
if ($product['description']) {
Code: Select all
if ($product['description'] && $product['quantity']) {
Who is online
Users browsing this forum: Google [Bot] and 51 guests