Jump to content

Pas de lien vers le produit virtuel


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...