Re: FreeShipping image in category but not showing in listing?
The Always Free Shipping is a choice when you are Adding or Editing a Product in the Catalog ... Categories/Products ...
The Product Type is what you can select when you go to add a NEW PRODUCT right next to that button is a dropdown for the Product Type, unless the Category is set to a specific product type ...
I am trying to find out if when you add your products if you are marking them as:
Quote:
Always Free Shipping: Yes, Always Free Shipping
It sounds like you are not, so I am trying to understand why you expect to see the Free Shipping Icon on the Product Info or the listing for that matter when the Product is not marked as Always Free Shipping ...
Did you touch something in the code to make the Free Shipping Icon show in the Product Listing?
Re: FreeShipping image in category but not showing in listing?
Ok, I follow you now.
No, all the products were create a "General Products" and some of them have the free shipping option selected.
That method had worked for the other 3 ZenCarts I run. I even have an almost exact copy of this site that I run here: dev.keystonepestsolutions.com
It works on my dev site. But not on my production site! The last time I had something not work on my production site that did work on the dev site was a bad Google analytics install.
I have not edited the category listing code except for debugging purposes. It is the excat same code that works on the development site and the exact same template as well.
Thank you,
Jacob Bushnell
Re: FreeShipping image in category but not showing in listing?
Did you try putting the code:
Code:
echo "code is: ";
echo (zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping);
on the site where it is not working?