Hi,
Google Microdata plugin catch product price but not attribute. For price by attribute it catches price as 0 because our starting price is 0 and hidden as each attribute have its own price with out + sign.
I have check file and it have following line which caching price:
Any idea how to change it so it catch regular price when no attribute available and catch attribute price when present?Code:"price" : "<?php echo $specials_new_products_price = (round(zen_get_products_actual_price($product_info_metatags->fields['products_id']),2)); ?>",
Thank you!


Reply With Quote
