Cannot see credit card details from front end.

  • Posts: 8
  • Thank you received: 0
6 years 8 months ago #274680

-- url of the page with the problem -- : www.flowers.vi/index.php/shop-now
-- HikaShop version -- : 3.1.1
-- HikaMarket version -- : 1.7.3
-- Joomla version -- : 3.7.4
-- PHP version -- : 7.1.7
-- Browser(s) name and version -- : Chrome Version 59.0.3071.115
-- Error-message(debug-mod must be tuned on) -- : Cannot see credit card details from front end.

I recently performed an update on the HikaShop and HikaMarket software the our website uses. We are now running the latest version of both. We are using manual processing of Credit Card Payments offline. Some of the information is with the order details, some of the information is emailed with the order notice.

Before the update, my client could log into the front end via HikaMarket to retrieve the order and part of the payment information. After the update, the payment information is available via the Joomla backend login, but it no longer appears when she logs in on the front end. Is this something that can be restored? My client only logs in via the front end.

Clicking on the information icon only shows encrypted information. Please see the attached PNG file.

Is there any way for my client to retrieve the credit card information via the front end?

Attachments:

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

  • Posts: 26000
  • Thank you received: 4004
  • MODERATOR
6 years 8 months ago #274682

Hello,

Can you please edit the file "components/com_hikamarket/views/ordermarket/view.html.php" and replace

		if(empty($history))
			return;
By
		if(empty($history))
			return;

		$histories = array( &$history );
		JPluginHelper::importPlugin('hikashop');
		JPluginHelper::importPlugin('hikamarket');
		JPluginHelper::importPlugin('hikashoppayment');
		JPluginHelper::importPlugin('hikashopshipping');
		$dispatcher = JDispatcher::getInstance();
		$dispatcher->trigger('onHistoryDisplay', array( &$histories ));
It should allow the credit cart HikaShop plugin to modify the content and make it visible in HikaMarket history popup.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 8
  • Thank you received: 0
6 years 7 months ago #276736

Thank you for the help.

Will this get over-written with the next update or will it be fixed in the next update?

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

  • Posts: 8
  • Thank you received: 0
6 years 7 months ago #276737

Here is what the output now looks like. The HTML is now rendering properly.

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
6 years 7 months ago #276830

Hello,

Yes it will be part of the last HikaMarket version.

Thank you for your feedback !

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

Moderators: Obsidev
Time to create page: 0.077 seconds
Powered by Kunena Forum