This has me stumped a little. I didn't expect this issue.
It's a new store using Base Ready theme. Worked fine in dev mode but now we've added the SSL and some things are working correctly. On the basket page, I've fixed the update and remove function to check g.secure. But now there are a couple other https issues.
On the BASK page:
The estimate shipping link no longer goes anywhere.
seems it can't find this link #shipping now that BASK is https.
The MiniBask in global header is similar now that there is https.
seems that it can't find #cart link.
I don't see anything in the docs for ready themes and I am not sure some javascript isn't looking for these #shipping or #cart.
One side affect is that once you get to the secure BASK page, clicking on the cart icon takes you back to the SFNT. Unless you go through checkout or modify the address to screen=bask, you can't get back there to edit the basket if you need to.
I am wondering if I missing something or I need to change the #cart and #shipping to something else.
Thanks,
Scott
It's a new store using Base Ready theme. Worked fine in dev mode but now we've added the SSL and some things are working correctly. On the basket page, I've fixed the update and remove function to check g.secure. But now there are a couple other https issues.
On the BASK page:
The estimate shipping link no longer goes anywhere.
seems it can't find this link #shipping now that BASK is https.
The MiniBask in global header is similar now that there is https.
seems that it can't find #cart link.
I don't see anything in the docs for ready themes and I am not sure some javascript isn't looking for these #shipping or #cart.
One side affect is that once you get to the secure BASK page, clicking on the cart icon takes you back to the SFNT. Unless you go through checkout or modify the address to screen=bask, you can't get back there to edit the basket if you need to.
I am wondering if I missing something or I need to change the #cart and #shipping to something else.
Thanks,
Scott
Comment