SOLVED: Paypal Plugin confirmation text

  • Posts: 98
  • Thank you received: 7
  • Hikashop Business
4 years 6 months ago #318909

-- HikaShop version -- : 4.2.3
-- Joomla version -- : latest
-- PHP version -- : latest



Dear all,

how can I change for the paypal payment plugin the the confirmation text is structure like the banktransfer means

first the

ORDER_IS_COMPLETE

and then the

THANK_YOU_FOR_PURCHASE.

And also I have the problem that from this plugin the confirmation text is presented as a system-message style which looks strange. Ideally it should similar to the banktransfer (for sure without PLEASE_TRANSFERT_MONEY and the method information)

Help would be great
thanks and best regards

Markus

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
4 years 6 months ago #318912

Hi,

The PayPal plugin don't have a "thank you page". So it uses the default thank you page from HikaShop.
You can edit it via the menu Display>Views. It's the file "after_end" of the view "checkout".
There, you'll see this code:

$app->enqueueMessage( JText::_('THANK_YOU_FOR_PURCHASE') );
And you can replace it by:
echo JText::_('THANK_YOU_FOR_PURCHASE');
if you want it to directly appear on the page instead of as system message.

The following user(s) said Thank You: Markus Schnier

Please Log in or Create an account to join the conversation.

  • Posts: 98
  • Thank you received: 7
  • Hikashop Business
4 years 6 months ago #318960

Hi Nicolas,
thanks. Works like a charm.
Great Service and Support like always.
best regards
Markus

The following user(s) said Thank You: nicolas

Please Log in or Create an account to join the conversation.

Time to create page: 0.042 seconds
Powered by Kunena Forum