CouleurWeb Posted July 15, 2014 Share Posted July 15, 2014 Bonjour, Je travaille avec une version 1.6.8 et j'ai un bug important avec mes produits dématéralisés. Les clients ne peuvent pas télécharger leur produit virtuel depuis la page history.tpl, car le lien ne fonctionne pas. PS_VIRTUAL_PROD_FEATURE_ACTIVE est bien à 1. Quelqu' un a t il ce souci ? Link to comment Share on other sites More sharing options...
CouleurWeb Posted July 15, 2014 Author Share Posted July 15, 2014 J'ai modifié ligne 259 dans order-detail.tpl {if $product.download_hash && $invoice && $product.display_filename != '' && $product.product_quantity_refunded == 0 && $product.product_quantity_return == 0} par {if (int)$order->valid==1 && $product.download_hash && $product.display_filename != '' && $product.product_quantity_refunded == 0 && $product.product_quantity_return == 0} et cela semble fonctionner. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now