Difference

20.08.2019 13:13
#1
jerry2014
Joomshopping forum user no avatar
Name: jerry2014
13.09.2014
Posts: 102
Quote
Difference

I'm looking for an addon which gives a surcharge dependent on order price.
Is the surcharge value listed at last checkout page? I can't see this from screenshots.

I found these two addons:
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/payment-price.html?lang=de
https://www.webdesigner-profi.de/joomla-webdesign/shop/addons/price-payment-for-product-price.html?lang=de

But what's the difference between them?

 
20.08.2019 13:49
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Difference

They are the same.


Last change: 20.08.2019 13:53
 
22.08.2019 00:04
#3
jerry2014
Joomshopping forum user no avatar
Name: jerry2014
13.09.2014
Posts: 102
Quote
Aw: Difference

Thank you for answer. I have bought "Payment price"

I have to change this text. I know that it is the payment description, but I have to change it to my own text.
I could not find the corresponding line for it in php files.

Can you give me a hint?
Aw: Difference

 
22.08.2019 11:13
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25857
Quote
Aw: Difference

components\com_jshopping\templates\default\checkout\previewfinish.php

Row: 480

<?php if ($this->order->order_payment != 0){?>
<tr>
<td colspan="4" align="right" style="padding-right:15px;"><?php print $this->order->payment_name;?>:</td>
<td class="price"><?php print formatprice($this->order->order_payment, $order->currency_code); ?><?php print $this->_tmp_ext_payment?></td>
</tr>
<?php } ?>



<?php print $this->order->payment_name;?>
chage to
Your name

 
22.08.2019 14:11
#5
jerry2014
Joomshopping forum user no avatar
Name: jerry2014
13.09.2014
Posts: 102
Quote
Aw: Difference

Thank you very much!

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.