Search found 43 matches

by mhsuffolk
Tue Mar 26, 2024 10:04 am
Forum: Community Help & Support
Topic: email link in footer
Replies: 5
Views: 92

Re: email link in footer

IMO that is not a good idea to make that clickable. Screen skimmers will bombard you with spam. That is the benefit of the contact us page. The big green button just under your details in the footer does the trick.
by mhsuffolk
Fri Mar 01, 2024 9:27 am
Forum: Community Help & Support
Topic: The Best Way to Update 1.0.7.18 site to 1.0.8.21?
Replies: 7
Views: 126

Re: The Best Way to Update 1.0.7.18 site to 1.0.8.21?

I prefer using XAMPP to create a local version on my PC where you can test everything first.
Re URL rewriter, I use app.php/addons/paid_addon/name_based_urls_pro it works perfectly on versions above 1.0.8.6 including info pages if you use them.
by mhsuffolk
Tue Jul 11, 2023 7:25 am
Forum: Community Help & Support
Topic: Site not completing orders
Replies: 18
Views: 1735

Re: Site not completing orders

What payment method are they using?
I have had many idiot customers who do not know how to comply with 3D secure. That may be the issue. I have a standard email that I send them explaining how to do it.
by mhsuffolk
Tue Apr 18, 2023 3:34 pm
Forum: Community Help & Support
Topic: htaccess clean up
Replies: 1
Views: 363

htaccess clean up

I have this in my htaccess which I think was added years ago in the days of RC2A. Is it needed now? # Converts http to https RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Prevent XSS (Cross site ) RewriteEngine On RewriteCond %{QUERY_STRING...
by mhsuffolk
Thu Apr 28, 2022 9:45 am
Forum: Community Help & Support
Topic: When item goes to 0 stock status changes
Replies: 4
Views: 1187

Re: When item goes to 0 stock status changes

If you still want to take orders for the item,
In your admin. Configuration >> Stock. Change "Allow Checkout" to true

https://github.com/CE-PhoenixCart/Phoen ... _stock.php
by mhsuffolk
Fri Mar 25, 2022 9:06 am
Forum: Community Help & Support
Topic: Shop has white screen only
Replies: 6
Views: 1312

Re: Shop has white screen only

Thank you, I will
by mhsuffolk
Fri Mar 25, 2022 8:52 am
Forum: Community Help & Support
Topic: Shop has white screen only
Replies: 6
Views: 1312

Re: Shop has white screen only

Sadly no change.

In the admin error logs I am getting several of these.
PHP Deprecated: The tep_guarantee_subarray function has been deprecated. in /home/****/public_html/includes/system/versioned/1.0.7.other/1.0.7.12/guarantor.php on line 43
by mhsuffolk
Fri Mar 25, 2022 8:06 am
Forum: Community Help & Support
Topic: Shop has white screen only
Replies: 6
Views: 1312

Re: Shop has white screen only

Shop is in the root so I have. const HTTP_SERVER = 'https://www.mysite.co.uk'; const COOKIE_OPTIONS = [ 'lifetime' => 0, 'domain' => 'www.mysite.co.uk', 'path' => '/', 'samesite' => 'Lax', ]; const DIR_WS_CATALOG = '/'; const DIR_FS_CATALOG = '/home/******/public_html/'; date_default_timezone_set('E...
by mhsuffolk
Fri Mar 25, 2022 7:40 am
Forum: Community Help & Support
Topic: Shop has white screen only
Replies: 6
Views: 1312

Shop has white screen only

I had a 1.0.7.0 live shop on PHP 7.4 Thankfully I have a complete backup of the files and database. I developed a 1.0.8.0 shop on XAMPP which works correctly including some addons. So I backed up the live shop, replaced the files with the 1.0.8.0 version, modified the configuration and hooks tables ...
by mhsuffolk
Thu Mar 03, 2022 1:06 pm
Forum: Community Help & Support
Topic: 1.0.8.12 Questions / Comments / Concerns
Replies: 50
Views: 52758

Re: 1.0.8.12 Questions / Comments / Concerns

On the other hand on clicking on "Retreive Live Credentials" the page refreshes and says "Could not initiate the start account procedure. Please try again in a short while." Is that normal? I think others have had that problem with later versions of the PP app. I believe the ans...