View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003460 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2011-12-27 08:04 | 2012-12-07 14:28 |
Reporter | ray | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.6.0_beta2 | ||||
Fixed in Version | 4.6.0_beta3 | ||||
Summary | 0003460: Free download-articles are not available until "payment received" | ||||
Description | It should be possible to instantly get the download for download-articles if they are free of cf charge. At the moment for some payment-methods the shop-admin needs to mark the order as "payment received". Implement a check for the price of download-articles. If price is not higher than 0,- Euro, then instantly process it and offer the download to the customer, regardless which payment method was chosen. | ||||
Steps To Reproduce | Add a download-article for 0,- Euro - order it as a customer in frontend with payment method "prepayment" or "cash-on-delivery" - you will get a note "payment is not finished yet". | ||||
Additional Information | not a bug really - but would be worth implementing it to have a similar handling for download-articles with or without price | ||||
Tags | Products | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0003734 | closed | dainius.bigelis | order_cust.tpl: download link is not shown |
|
see here screenshot for payment against invoice http://www.oxid-esales.com/forum/showthread.php?t=12669&page=2#post77182 |
|
We are discussing internaly, if this would be useful in all the cases, so decision will come. I think that check for all the order (if all order Total amount is equal to 0) would be useful. But checking only single article may lead to the other problems. |
|
Reminder sent to: ray Hi, The option "Purchased only" is implemented exactly for this case: if you want to see the download link instantly after the purchase (without matter if it's paid or not yet), then leave this option not selected for this file and it will be displayed for customer. In this case you need to leave this option not selected for all products with price 0 EUR. Or we missunderstood something and there are some cases not covered by this option? |
|
Hi Dainius Will check that and let you know. |
|
Ok - it seems to be a misunderstanding from my side. The problem is not that these option "purchased only" does not work. The articles are instantly available vie customers account. The problem is, that the link in the customers order-email does not work. Check here for a possible solution: http://www.oxid-esales.com/forum/showthread.php?t=12669&page=4#post77312 one line has been adjusted: [{if $order->oxorder__oxpaid->value || !$oOrderFile->oxorderfiles__oxpurchasedonly->value}] |