kraiklyn Posted November 9, 2014 Share Posted November 9, 2014 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. Link to comment Share on other sites More sharing options...
bellini13 Posted November 9, 2014 Share Posted November 9, 2014 are you sure this test product has a file attached to it? Link to comment Share on other sites More sharing options...
kraiklyn Posted November 11, 2014 Author Share Posted November 11, 2014 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 More sharing options...
bellini13 Posted November 11, 2014 Share Posted November 11, 2014 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts