Forum Replies Created
-
AuthorPosts
-
April 28, 2011 at 4:29 pm in reply to: Additional multiple currencies for Secondary Currency Settings #31777
morticya33
MemberAlright, thanks!
morticya33
MemberOOh turns out it’s a rouge php.ini that caused it (at the root)!
Just in case anyone else had this problem.
morticya33
MemberHi amin!
I have this same problem as well, but it’s a tad more odd than others.
It used to work fine (and works fine on localhost), but suddenly it stopped passing the session values through paypal.
Try it out here : http://test.wanderlustandco.com/shop/oh-deer-green-ring/
It’s totally fine when you’re browsing around the site though, and I don’t have any caching turned on.
Would this still 100% be a problem that hosting can fix?
morticya33
MemberAlright, thanks!
morticya33
MemberOoh, glad to know that it’s not just something wrong I did or one of those weird offhand bugs.
Did you manage to get around it, or we’ll just have to wait for Paypal to fix it?
(It’s really lucky I’m not selling a digital product. :p)
August 24, 2010 at 1:24 pm in reply to: Adding International Shipping dropdown during Checkout #23527morticya33
MemberYeap, am totally aware of that, that’s why in the first post I was asking if there was a quick and dirty solution to hardcode it and make sure the shipping values get posted to Paypal as well.
August 23, 2010 at 12:26 pm in reply to: Adding International Shipping dropdown during Checkout #23525morticya33
MemberOh no, that’s totally not what I’m looking for.
I’m actually looking for this –
All my products, no matter how many you add on into the cart, will be charged a flat rate based on the country, regardless of the total quantity.
So let’s just say I have 2 products in the cart
Product A $10.00
Product B $5.00
Total $15.00
Ship to <select>
<option value=”$12.00″>Australia ($12.00)</option>
<option value=”$15.00″>New Zealand ($15.00)</option>
</select>
Final Total $xx.00
I want to be able to select which country I’m shipping to from the checkout itself.. is there anyway to manipulate the variations to work this way?
Thanks for the feedback so far!
August 21, 2010 at 12:48 pm in reply to: Adding International Shipping dropdown during Checkout #23523morticya33
MemberHey Ivy – If I’m not mistaken the variation option is available per item in the products right? I actually need this to be at the cart itself.
If I were to implement the shipping in the product, wouldn’t it charge $10.00 extra per product?
Correct me if I’m wrong about this.
morticya33
MemberFor some who has problems with memory limitation (in my case my hosting company requested for me to put a php.ini file in the folder affected), make sure you remove all other unused php.ini files that might affect this problem.
FYI my php.ini file contained :
memory_limit = 64M
safe_mode = off
morticya33
MemberAh, I see – if it’s mainly because of that then fine, I shall live without fancy redirection
Thanks!
morticya33
MemberAh, I see – if it’s mainly because of that then fine, I shall live without fancy redirection
Thanks!
morticya33
MemberFixed! Found out that my server didn’t like folders being 777, had to switch it to 755.
morticya33
MemberUpdate : It works great now, thanks!
morticya33
MemberAh nah, I just bought it like earlier this week so I’m guessing it should be fine!
I’ll replace and let you know if it works!
morticya33
MemberHey ya amin – Thanks for the quick reply! Was it a quick line that you fixed? I kinda hacked a few pages and it’ll help if you told me which lines you fixed (unless if it was a lot then I’d copy my code into yours instead of vice versa..
But thanks again!
-
AuthorPosts