Hi,
We have Hikashop 1.5.4 Business edition & Joomla 1.7.3.
We have some free products and some paid products. We want customers to register (i.e. go through the check out process) for any type of product regardless of whether it is free or paid.
I reviewed this forum post
www.hikashop.com/en/support/forum/2-gene...l-products.html#7400
which noted that since version 1.4.4 it is possible to 'order' free products using the 'Display 'add to cart' button for free products' option in the Configuration. We have turned this option on.
The rest of the forum post says you need to update a line in the File: Show / View: Order in the frontend.
After checking this file it already has the required line
if($this->order_status_download_ok || bccomp($product->order_product_price,0,5)==0){
However when the order created email is received, you click on the link and view the order summary page. Then you try to click on the file download itself on the order summary page and an error appears saying "Order status does not permit download".
How do I allow free products ($0.00) to be downloaded after the user has gone through checkout?
Thanks,