Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Would appreciate some feedback on my store  (Read 13417 times)

Offline user88

  • Jr. Member
  • **
  • Posts: 96
  • Karma: +16/-0
    • View Profile
    • Visit my website
Would appreciate some feedback on my store
« on: June 02, 2018, 07:35:20 PM »
Hi, please visit bluestarway.com 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

Offline eCommerce Core

  • Administrator
  • Hero Member
  • *****
  • Posts: 1602
  • Karma: +93/-1
    • View Profile
Re: Would appreciate some feedback on my store
« Reply #1 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.
 
“If you’re in the luckiest one per cent of humanity, you owe it to the rest of humanity to think about the other 99 per cent.”
― Warren Buffett

Offline user88

  • Jr. Member
  • **
  • Posts: 96
  • Karma: +16/-0
    • View Profile
    • Visit my website
Re: Would appreciate some feedback on my store
« Reply #2 on: June 06, 2018, 02:50:19 PM »
Thanks,

I don't know enough to understand the problem. Would you explain?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Would appreciate some feedback on my store
« Reply #3 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

Offline raj@ad4u.co.uk

  • Newbie
  • *
  • Posts: 24
  • Karma: +5/-0
    • View Profile
Re: Would appreciate some feedback on my store
« Reply #4 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 :)
« Last Edit: June 07, 2018, 07:46:25 PM by raj@ad4u.co.uk »

Offline user88

  • Jr. Member
  • **
  • Posts: 96
  • Karma: +16/-0
    • View Profile
    • Visit my website
Re: Would appreciate some feedback on my store
« Reply #5 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?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Would appreciate some feedback on my store
« Reply #6 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

Offline user88

  • Jr. Member
  • **
  • Posts: 96
  • Karma: +16/-0
    • View Profile
    • Visit my website
Re: Would appreciate some feedback on my store
« Reply #7 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?

 

Powered by SMFPacks Social Login Mod