A few more 403 and other bugs in 2.2.3

  • Posts: 30
  • Thank you received: 2
10 years 11 months ago #135830

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : 2.2.3
-- Joomla version -- : 3.2
-- PHP version -- : 5.3.27
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

Nicholas, you just fixed a few 403 errors I reported in 2.2.3. Please allow me to report a few more.

Open product, press cancel - results in 403 error.
Go to Order, try to print either shipping or regular invoice. No response from either button.

Only trying to help. Thak you for what you do. With kind regards, Nadine at Solia.

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

  • Posts: 82908
  • Thank you received: 13378
  • MODERATOR
10 years 11 months ago #135831

Thank you for the report. I've fixed the cancel button.

For the popup, we'll need to wait tomorrow for the developer in charge of that area to look into it as it's not my domain.
We'll keep you posted.

The following user(s) said Thank You: solia

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
10 years 11 months ago #135847

Hi,

To fix the popup button in HikaShop with Joomla 3, you have to edit the file "administrator/components/com_hikashop/buttons/hikapopup.php" and replace

			list($name, $icon) = explode('#', $name, 2);

			if(empty($title))
				$title = $text;
By:
			list($name, $icon) = explode('#', $name, 2);
			$name .= '-btnpopup';
			if(empty($title))
				$title = $text;
We will publish a new package with this fix included, as soon as possible.

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.
The following user(s) said Thank You: solia

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

  • Posts: 30
  • Thank you received: 2
10 years 11 months ago #135871

Thank you Jerome. Worked perfectly.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum