UPS Shipping no showing at checkout

  • Posts: 18
  • Thank you received: 0
11 years 3 months ago #118517

Please tell me only one thing.. is shipper number necessary for UPS shiping option?

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

  • Posts: 18
  • Thank you received: 0
11 years 3 months ago #118518

Please let me know one thing. Is shipper number is mandatory for UPS shipping option?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #118551

I tried it without any shipper number and also with your UPS configuration and it worked fine, so the shipper number don't seems to be necessary.
Can you test it with a product configured like this :



Also what address are you using when you are testing your shipping method ?

Attachments:

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

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #118598

that´s my problem in the checkout.
after update to 2.2

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #118679

Hi,

Can you edit the "YOUR_WEBSITE\administrator\components\com_hikashop\classes\shipping.php" file and change these lines :

$trans = JText::_(strtoupper(str_replace(' ','_',$value)));
if(strpos($trans,'%s')!==false){
	$trans = JText::sprintf(strtoupper(str_replace(' ','_',$value)),$number);
}
if($trans!=$value){
	$trans = $value;
}
$app = JFactory::getApplication();
$app->enqueueMessage($trans);
By :
$transKey = strtoupper(str_replace(' ','_',$value));
$trans = JText::_($transKey);
if(strpos($trans,'%s')!==false){
	$trans = JText::sprintf($transKey,$number);
}
if($trans != $transKey){
	$value = $trans;
}
$app = JFactory::getApplication();
$app->enqueueMessage($value);

Thanks :).

Last edit: 11 years 3 months ago by Mohamed Thelji.

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

  • Posts: 2
  • Thank you received: 0
11 years 3 months ago #118974

Thanks for your help.
Now it change to german. :(

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 months ago #119170

Ok, so we just fixed the translation issue, regarding the following errors that you are having, I'll need a temporary access to your back-end for testing purpose (that you can send me through a private message), Or screenshots of how did you configured your shipping methods.

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

  • Posts: 2
  • Thank you received: 0
11 years 2 months ago #122459

UPS possible issue. I installed Hika Shop on a WAMP Server,
and used an install from directory in the tmp file. It installed fine.
However, I could not see the UPS Plugin in the list of Plugins
in the Admin. So, I went back into the intall files and found that
the UPS file itself was in the tmp install from directory, but
it was showing up as still being a zip file. So, I extracted it
and then tried a new install of Hika shop, which was successful,
but still no UPS Plugin in the admin.?????

So, I tired to just cut and paste the UPS yellow folder into the
plugins folder....that failed as well.

Do you have a procedure that I can follow to get the UPS plugin
to shop up as a Plugin?

Thanks

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

  • Posts: 12953
  • Thank you received: 1778
11 years 2 months ago #122651

The solution will probably be to download the last hikashop version through our website, install it, and try it again :).

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

Time to create page: 0.117 seconds
Powered by Kunena Forum