Jump to content

Missing Virtual Product Links in Customer Account


kraiklyn

Recommended Posts

Hi,

 

I'm using a v1.6.0.9 version of Prestashop, and have not gone live yet as I'm working on some site testing. I successfully upgraded using the 1-click install module from v1.6.0.6.

 

I'm not getting a Virtual product link in the customers account area under the order history reference. The Order does have a VP icon in the order history page but drilling down to the order doesnt seem to give me a link?

 

Has anyone run into this?

 

Thanks in advance!

 

K.

post-869510-0-98772300-1415566938_thumb.png

post-869510-0-86171000-1415566945_thumb.png

Link to comment
Share on other sites

are you sure this test product has a file attached to it?

 

Yes, I did. Actually I just figured it out. I had turned off invoicing. When I turned it back on the links showed up again. Invoicing must be somehow linked to the virtual product links. Very strange! Still glad it's working again now.

Link to comment
Share on other sites

Yea, I see it now in the theme code

{if $product.download_hash && $invoice && $product.display_filename != '' && $product.product_quantity_refunded == 0 && $product.product_quantity_return == 0}

I suspect they were trying to ensure that the order is 'valid' (not cancelled), but this is certainly not the right way to do it.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...