Hi Both,
We do not have a development version of the site but I do understand what you are suggesting. It is not too much hassle to create a development version, so that is probably what we'll do for our usability tests.
Hi @fc_adam, thanks for your note.
I've added the free shipping sample to my checkout page. I've tried putting the JS both before and after the multiple flat rate shipping options, but it does not work in either case.
My site is
Hi, it is a tricky one to reproduce and you may have to set your browser to UK to see it. here are the exact steps:
Do whatever you need to do to make the country drop-down default to united kingdom (presumably browser regional settings)
Go to c…
Hi, all of my UK customers are seeing this.
If your browser defaults to united states, you would not see the problem as having the country set to USA at any point seems to fix it. However if you default to UK (or I am guessing any country with co…
Sorry guys - yes i fixed this myself and forgot to report back here.
I had the various FoxyCart JS references in my cart template by accident. As soon as i removed these, the issues went away.
Guys in this scenario and other scenarios that require multiple stores (i.e. main site and mobile site until the responsive stuff comes out), how do we replicate store settings.
I have a tonne of configuration in my main store (coupons, language …
For anyone following this thread, I implemented a separate mobile site in the end with a separate mobile cart (yes, two seperate cart subscriptions too! ... bummer ).
I'd be happy to answer any questions if anyone has any/
Hi,
Thanks for the info. It sounds like approach 1 would be the best way but it also looks the most fiddly as i guess you would have to check every product quantity, discount codes and the cart total?
Approach 2 sounds relatively simple but no…
Hi,
I'm probably going to go with option 2 for now, seems much simpler.
I think the best approach is to force a page refresh when the modal is closed. This will keep a consistent UI and work if they close the modal, click outside the modal or …
Just reporting back on how i did this in the end.
I decided to put a simple 'edit cart' link at the top of my checkout page. When clicked, this launches the normal 'view cart' modal dialog. I did this by adding this bit of JS at the end of the he…
Hi,
At the moment, the only work-around is to run 2 stores. This is a bit of a pain point in terms of maintaining the various settings across them both but the main issue is that i have to pay two lots of monthly bills.
Is there any way I can …
Hi Adam,
I think that would be fine, providing i could handle the 'add to cart' process in my app.
How would i 'upload' a cart to FC when user do get onto a web page? I guess i could one big add to cart button with all the products in there, b…
Hi @fc_adam
Thanks for the update.
Would I be able to vary the value of the discount from the query string with this technique? I'm calculating the correct discount amount myself in my own server code so I'd simply want to pass in whatever the…
Hi,
Thanks for this, it was actually the non-minimised version of Modernizer that contains those characters. I've just removed it for now because i was not using it anyway.
Thanks
OK, I got it working - it was my error - I had forgotten to actually add something in the 'customShippingLogic' function, doh!
So I can confirm that it does indeed work with 1.1 unless you are a dumb ass like me.
This is very welcome news. I just implemented my own cart due to some key limitations in 1.1 and was using foxycart just for checkout (passing all the cart details in my own checkout button).
I'll certainly revisit this when 2.0 is available.
Hi, thanks.
It sounds like multiple stores might be easier to be honest because I'd need the template content (header, footer etc) in multiple languages too, not just the foxycart section.
Are you able to offer any discount of the second store…
Yes that does help, thanks.
For anyone else looking at this in the future, search for a div with 'store_id' as the ID within the source of the foxycart admin home page (https://admin.foxycart.com/admin.php).
The values of the option elements with…
I figured this out!
I had forgotten to set the default category to 'Shipped using a flat rate fee' on my french store, instead it was on the default setting of 'no shipping' which is why the shipping logic was not being applied.
All working .....…
Thanks - I've checked now whilst I can see that the version is now 1.1, I'm getting this error when trying to access the checkout page:
"Lo sentimos, la tienda que usted Solicito no se encuentra o no ha sido configurada con una plantilla de compra …
We are getting there!
I now get my custom template, but the main checkout section is missing. instead I see ^^checkout^^ .
I've re-cached all templates.
yes i think there was a browser cache issue because i was still seeing v2.0 UI in the admin screens. I just cleared my browser cache and re-cached the templates and all is good, seems to be working as expected now.
Thanks for your help.