Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Buy button not working after update
Author « Topic »  

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 11/14/2018 :  19:47:03  
https://acadianhouse.com/proddetail.php?prod=9780999588475

chrome or firefox

Can you help with
This site is not secure

I am seeing this -->
proddetail.php:13 Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.
proddetail.php?prod=9780999588413:227 Uncaught ReferenceError: pIX is not defined
at proddetail.php?prod=9780999588413:227
(anonymous) @ proddetail.php?prod=9780999588413:227
3proddetail.php?prod=9780999588413:262 Uncaught ReferenceError: subformid is not defined
at HTMLImageElement.onclick (proddetail.php?prod=9780999588413:262)
onclick @ proddetail.php?prod=9780999588413:262

In chrome developer tools in the console tab


Please help

Karen

Edited by - PurplRose on 11/14/2018 20:14:37

dbdave
ECT Moderator

USA
10468 Posts

Posted - 11/14/2018 :  23:20:18  
Looking at the source of the page in that link, it looks like you missed the critical step to upload the javascript file and link your pages to it.
There is a tick box reminder you must select when you run the updatestore.php script in your browser, but lots of folks seem to click past it.

Details here - https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=110209

Post back once you address that if you have more issues.

David

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 11/15/2018 :  19:37:53  
Thanks that fixed the buy button.

Now just need to fix being secure. I see in the Console in Chrome said -->
proddetail.php?prod=9780999588475:14 Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.

Karen

Edited by - PurplRose on 11/15/2018 19:41:56

Andy
ECT Moderator

95440 Posts

Posted - 11/15/2018 :  23:52:38  
Hi Karen

The page shows fine for me with no errors, did you fix that?

Andy

Please feel free to review / rate our software

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 11/16/2018 :  14:53:28  
I did fix part if it fixed. I think I got a handle on the http:www.acadianhouse.com secure. Going to try Let's Encrypt certificate. Has anyone used it?

Thanks

Andy
ECT Moderator

95440 Posts

Posted - 11/16/2018 :  23:56:22  
We have used it and as an entry level option it seems fine.

Andy

Please feel free to review / rate our software

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 11/17/2018 :  06:10:37  
Is there a way to set the buy button it goes to site that has https://www.xxxx.com


Karen

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 11/17/2018 :  06:33:33  
Hi Karen,
What you need to do is in the main settings of your admin there are two fields labelled store url and https store url

Make sure you have this url in both of them - https://www.acadianhouse.com/
then add this code to your .htaccess file

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

You won't have any problems then between the store switching between www. and non www.
At the moment I can add to cart on the non www and when I go to your cart link in the top menu the cart is empty because the url has switched to www.



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 11/17/2018 :  16:43:17  
I did this and everything is great. Thanks
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.05 seconds. Snitz Forums 2000