View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005682 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2014-03-05 23:59 | 2014-03-28 17:01 |
Reporter | Psychotica | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.4 / 5.1.4 | ||||
Target Version | 4.9.0_5.2.0_beta1 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0005682: Discount on payment SEPA-debit doenst work | ||||
Description | If i would like to give 1% discount on sepa-debit , it doenst work. I set it into admin but its not shown in shop. Its reproduce in your demoshops, CE and PE. On all other payment methods it works but not on bank-account debit. | ||||
Tags | Payment | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | 5.4 | ||||
Database Version | 5.5 | ||||
duplicate of | 0003019 | resolved | aurimas.gladutis | payment method COD uses extra text instead longdesc, and shows costs not as other_method does. |
|
Reminder sent to: Psychotica Hi, Thanks a lot for submitting this issue, but we can not reproduce the case on latest eShop 4.8.4 versions. Could you please let us know if you still experience same problem on our demoshop http://demoshop.oxid-esales.com/community-edition/ ? So please explain more detailed how need to reproduced this issue? If we set discount 1 for payment method Direct Debit, and if in the basket we used SEPA- debit then in 4 order step discount is shows. Best regards, |
|
Hi, nothing works. Please have a look into the attached picture. I cant see the discount in step3 . On all other payment methods it works but not with SEPA. On the left i cant see the discount of 1%. Best regards, Robert |
|
The displaying of the payment methods in the third step of the checkout is different in the azure theme depending on the oxid of the payment method: https://github.com/OXID-eSales/oxideshop_ce/blob/v4.8.3/source/application/views/azure/tpl/page/checkout/payment.tpl#L105 The "default" behaviour is defined in payment_other.tpl: https://github.com/OXID-eSales/oxideshop_ce/blob/v4.8.3/source/application/views/azure/tpl/page/checkout/inc/payment_other.tpl#L5 For the payment with the oxid oxiddebitnote there is no price displayed: https://github.com/OXID-eSales/oxideshop_ce/blob/v4.8.3/source/application/views/azure/tpl/page/checkout/inc/payment_oxiddebitnote.tpl Do you think this should be changed? |
|
I think it should be changed that it is shown in Step3. If customers dont see this information in step 3 they will not enter step4 and quit the shop. Second thing is - the chance is bigger that customer select this payment method if they see thats an discount on this. And finally all other payment method costs is shown on step3 so the sepa costs or discount should shown on this site too. |
|
For oxidcreditcard it is also not shown right now. With oxidcashondel I am not sure. |
|
Added price to payment titles to all payment methods currently in shop, not showing tax when payment discount is used. |