- Posts: 8
- Thank you received: 0
Cannot see credit card details from front end.
- redhookcreative
-
Topic Author
- Offline
Less
More
9 years 2 months ago #274680
by redhookcreative
Cannot see credit card details from front end. was created by redhookcreative
-- 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?
-- 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?
Please Log in or Create an account to join the conversation.
9 years 2 months ago #274682
by Jerome
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.
Replied by Jerome on topic Cannot see credit card details from front end.
Hello,
Can you please edit the file "components/com_hikamarket/views/ordermarket/view.html.php" and replace
By
It should allow the credit cart HikaShop plugin to modify the content and make it visible in HikaMarket history popup.
Regards,
Can you please edit the file "components/com_hikamarket/views/ordermarket/view.html.php" and replace
Code:
if(empty($history))
return;
Code:
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 ));
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.
- redhookcreative
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
9 years 1 month ago #276736
by redhookcreative
Replied by redhookcreative on topic Cannot see credit card details from front end.
Thank you for the help.
Will this get over-written with the next update or will it be fixed in the next update?
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.
- redhookcreative
-
Topic Author
- Offline
Less
More
- Posts: 8
- Thank you received: 0
9 years 1 month ago #276737
by redhookcreative
Replied by redhookcreative on topic Cannot see credit card details from front end.
Here is what the output now looks like. The HTML is now rendering properly.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
9 years 1 month ago #276830
by Mohamed Thelji
Replied by Mohamed Thelji on topic Cannot see credit card details from front end.
Hello,
Yes it will be part of the last HikaMarket version.
Thank you for your feedback !
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.170 seconds