AbanteCart Community

General Topics => Feedback on My Store => Topic started by: user88 on June 02, 2018, 07:35:20 PM

Title: Would appreciate some feedback on my store
Post by: user88 on June 02, 2018, 07:35:20 PM
Hi, please visit bluestarway.com (http://bluestarway.com/increase4all) and let me know how it works for you and what you think.

I'm already aware of two little display glitches but haven't figured out how to solve them yet. One is with how abantecart aligns my 'related products' and the other one is with the number of content page links I have on my footer.

Thanks a lot
Title: Re: Would appreciate some feedback on my store
Post by: eCommerce Core on June 04, 2018, 08:41:55 AM
Looks good.

One note: Your site works with both bluestarway.com and www.bluestarway.com
Make sure you use only one and set a redirect.
 
Title: Re: Would appreciate some feedback on my store
Post by: user88 on June 06, 2018, 02:50:19 PM
Thanks,

I don't know enough to understand the problem. Would you explain?
Title: Re: Would appreciate some feedback on my store
Post by: Basara on June 07, 2018, 01:13:05 AM
Google read www.bluestarway.com and bluestarway.com as two different websites. So you need to choose what site you prefer and set store url in your AbanteCart settings, then setup .htaccess file to redirect all non-www traffic to www
Title: Re: Would appreciate some feedback on my store
Post by: raj@ad4u.co.uk on June 07, 2018, 07:32:38 PM
Looking good here.

Best of Luck,

Raj


btw - this coupon at checkout has made me go online to find a coupon and find better deals at other suppliers - something to consider - if I couldn't find a code I felt cheated out of some deal that others got :)
Title: Re: Would appreciate some feedback on my store
Post by: user88 on June 21, 2018, 08:37:43 PM
Thank you for the reviews.

I understand how you feel about the coupon code. I have had that experience myself with other companies. May end up removing it.

Basara,

How do I format that redirect?
Title: Re: Would appreciate some feedback on my store
Post by: Basara on June 21, 2018, 11:58:48 PM
You can try to add this into your .htaccess file
Code: [Select]
RewriteEngine on
#redirect non www to www
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

But it may differer based on what you want. Google it
Title: Re: Would appreciate some feedback on my store
Post by: user88 on July 12, 2018, 06:12:15 PM
MichaelRab

I don't understand what you mean. Is this in regards to the function of my store?