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
 Do you still offer updater service?
Author « Topic »  

rubantin
New Member

92 Posts

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

Posted - 03/30/2022 :  17:56:49  
Do you still offer updater service?

1818charlie
ECT Moderator

United Kingdom
1198 Posts

Posted - 03/31/2022 :  00:37:14  
PHP Updater https://www.ecommercetemplates.com/php-updater.asp

ASP Updater https://www.ecommercetemplates.com/asp-updater.asp

Yes, check the dropdown next to Apply Updater

Other update services

Site Makeover Service https://www.ecommercetemplates.com/Site-makeover
Responsive Design Upgrade Service https://www.ecommercetemplates.com/Responsive-Design-Upgrade-Service




-----------------------------------
Steve
Manchester UK

Make it as simple as possible, but not simpler.

Edited by - 1818charlie on 03/31/2022 00:44:42

rubantin
New Member

92 Posts

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

Posted - 03/31/2022 :  16:31:47  
OK, but I already have the subscription. How do I get just the service?

1818charlie
ECT Moderator

United Kingdom
1198 Posts

Posted - 03/31/2022 :  16:43:23  
Hi Rubantin

Click on Vinces name in the forum and on the next screen on the left below My Contact Info select send an email. Once Vince receives your message he will be in contact.

-----------------------------------
Steve
Manchester UK

Make it as simple as possible, but not simpler.

Edited by - 1818charlie on 03/31/2022 16:44:34

Vince
Administrator

42853 Posts

Posted - 04/06/2022 :  05:03:43  
Hi Rubantin
The site has been updated now and I've made a couple of small changes to the style sheet, css/ectstyle1.css and the vsadmin/includes.php file to line up the detail page add to cart and quantity button and to sort out the underline for the top navigation which didn't go under the checkout button.

One thing I really think you should sort out is that your site can be viewed on the different URL forms and this can cause you to lose cart contents. There is a post about this here...
https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=114720

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

rubantin
New Member

92 Posts

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

Posted - 04/06/2022 :  11:28:46  
Made the following changes to the store settings..
Store URL: https://www.naturalwaymills.com
HTTPS Store URL: https://www.naturalwaymills.com

Site did not have a .htaccess files so created one with the following

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^naturalwaymills\.com [NC]
RewriteRule (.*) https://www.naturalwaymills.com/$1 [L,R=301]
</IfModule>

Just double checking??

1818charlie
ECT Moderator

United Kingdom
1198 Posts

Posted - 04/06/2022 :  14:12:29  
Hi rubantin

It's worth adding the following to your .htaccess file. This will create a way to force the browser to use secure connections when a site is running over HTTPS. Once you have added this to your .htaccess file check it using https://hstspreload.org/

<ifModule mod_headers.c>
# Enable HSTS (HTTP Strict Transport Security), tells the browser to always use HTTPS
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" env=HTTPS
</ifModule>


-----------------------------------
Steve
Manchester UK

Make it as simple as possible, but not simpler.

Edited by - 1818charlie on 04/06/2022 14:17:26

rubantin
New Member

92 Posts

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

Posted - 04/06/2022 :  19:58:25  
Done... Thanks
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000