- Posts: 26
- Thank you received: 0
United States Postal Service (USPS) Module
Thanks,
Valery
Please Log in or Create an account to join the conversation.
valerun wrote: THAT WAS IT! Thanks! Now I can get through to Paypal payment stage without an issue. There are some random characters in the shipping service name due to regexp replacement (I am guessing) but I can fix that.
Thanks,
Valery
just added
$info->shipping_name = preg_replace('/sup.*?sup/', '', $info->shipping_name);
after your suggested change to get rid of some random characters appearing instead of the TM symbols. Obviously a hack - so would be awesome if you guys come up with an 'official' solution
Thanks!
Valery
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
$info->shipping_name .= ' ' . strip_tags($usps_rates["Service"]);
That will remove the HTML tags only.
@5lstudio If the checkout doesn't let you finish, it should display an error message, unless your template doesn't display messages:
www.hikashop.com/support/support/documen...tibility-issues.html
And normally the message should be about the shipping and the payment method missing:
www.hikashop.com/support/faq.html#paym
Please Log in or Create an account to join the conversation.
Lutya wrote: Hi Nicolas,
I downloaded the latest USPS plugin from your post: www.hikashop.com/forum/2-general-talk-ab...html?start=140#52632 .
When I went to install it I get the error message:
Warning
JInstaller: :Install: Cannot find Joomla XML setup file
I'm using Joomla 3.1.1 with HikaShop Starter 2.1.3.
Hi Nicolas,
Just making sure you saw my earlier question, you seem to have replied to everyone else who posted after I did. Just wanted to make sure you saw it.
Please Log in or Create an account to join the conversation.
EDIT: When I click next it just goes to step-1.html which should be the payment step but it actually displays step-0.html. However, I can click on "payment" and it will move to the next step. Then if I click "next" in the Payment step it will actually process the purchase. So, I'm assuming that there is a problem with the shipping module and the next button.
EDIT 2: I can definitively confirm that there is some issues with the "shipping module" showing and the "next" button." If I take the shipping module out, but force hikashop to charge shipping automatically without showing the shipping options, the next buttons works.
Please Log in or Create an account to join the conversation.
@5lstudio Then please try with the modification proposed by @valerun
Please Log in or Create an account to join the conversation.
All I have is:
Manual
Australia
Canada
Fedex
UPS
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
But if you tried to install a previous version of the plugin on top of it, it might have removed it at some point.
There is no need to uninstall HikaShop. Simply install it and it will perform an update and make sure that you have the latest version of everything. You won't loose your layouts as long as you edited them via the menu Display>Views.
I still recommend you to do a backup of the website before, just in case something goes wrong.
Please Log in or Create an account to join the conversation.
I have joomla 3.1 and i believe i have configured everything properly.
joomla 3.1
php 5.3.22
latest hikashop
USPS account is on live server
i receive an error when i click check out
Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 2: parser error : Start tag expected, '<' not found in /home/XXX/XXXXX/plugins/hikashopshipping/usps/usps.php on line 383
Warning: simplexml_load_string() [function.simplexml-load-string]: in /home/XXX/XXXXX/plugins/hikashopshipping/usps/usps.php on line 383
Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/XXX/XXXXX/plugins/hikashopshipping/usps/usps.php on line 383
Fatal error: Call to a member function xpath() on a non-object in /home/XXX/XXXXX/plugins/hikashopshipping/usps/usps.php on line 249
I contacted my hosting company and because i saw something in the forums and there reply was.................
Port 80 is what apache is bound to, so it's always open as that is where you view your web site in a browser. SimpleXML is also enabled on your server-
root@usc16 [~]# php -i | grep SimpleXML
SimpleXML
Thanks,
Chris
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
It's working fine on my end, can you give me a temporary access to your back-end through a private message so that I can test it myself ?
Please Log in or Create an account to join the conversation.
Did you receive the the credentials?
thanks,
Chris
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.
thanks
Please Log in or Create an account to join the conversation.
- Posts: 12953
- Thank you received: 1778
Please Log in or Create an account to join the conversation.