Page 1 of 5

Looking for reviews and feedback

Posted: Sat Aug 20, 2022 11:05 am
by Omar_one
Dear All,
Our shop has been upgraded to Phoenix 1.0.8.16 (latest version) It was previously Edge (pre-frozen)
WWW.hattu.fi
Thank you also to @burt, @ecartz , @heatherbell for keeping the project alive. and Certified Phoenix Cart Developers @raiwa , @zipurman and @BrockleyJohn and @Kofod95 and CE Phoenix Cart Team and supporters and the users ohh the list it can be too long as all of you has been so helpful.

Happy to hear any feedback or areas of improvement.
The English side need more improvement I am working on

Regards,
Omar

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 11:26 am
by heatherbell
Omar_one wrote: Sat Aug 20, 2022 11:05 am Omar
Well done!
Maybe just little design things left to do.
A quick look suggests:
Check the horizontal menu - goes off screen on, for example, laptop.
Do you want the empty card-footer showing on your index adverts?

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 11:30 am
by heatherbell
Omar_one wrote: Sat Aug 20, 2022 11:05 am Omar
Nothing stopping me checking out without paying any shipping to UK?

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 11:41 am
by Omar_one
heatherbell wrote: Sat Aug 20, 2022 11:26 am Well done!
Thank you for your feedback
heatherbell wrote: Sat Aug 20, 2022 11:26 am Check the horizontal menu - goes off screen on, for example, laptop.
I will check out and try if can fix it
heatherbell wrote: Sat Aug 20, 2022 11:26 am Do you want the empty card-footer showing on your index adverts?
I didn't get it :roll:

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 11:57 am
by heatherbell
Omar_one wrote: Sat Aug 20, 2022 11:05 am Omar
You might want to delete the countries to which you will not be selling.

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 12:00 pm
by Omar_one
heatherbell wrote: Sat Aug 20, 2022 11:57 am
Omar_one wrote: Sat Aug 20, 2022 11:05 am Omar
You might want to delete the countries to which you will not be selling.
thank you I have Country/State Selector module but it's look that I forget to update tables from the old

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 12:02 pm
by heatherbell
End of my lunch break but will look again when time allows.
Cannot find anything 'broken' yet so well done!

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 4:00 pm
by 14Steve14
Just had a quick look and the site looks good. I like some of the ideas that you have incorporated.

On your product pages you must have a language define missing as above the product tabs you have all in capitals MODULE_PRODUCT_TAB_SEO_DESCRIPTION_TAB_NAME

On the following product you only have two options listed, but the second one has no option to select. It may be the same on other products but I didnt look. Also in your drop down lists the text may be better starting with as capital letter. Currently they are all lowercase.

The continue shopping button on the shopping cart page does not seem to do anything if you remove all the items from the basket. Should it even show in that circumstance.

The Terms of delivery page is not in English, after clicking the English language at the top of the page. May just be an oversight on your part not to have updated it. The English flag never also changes to any other flag when the language changes.

I only had a quick look as there may be more once an account is created, but I didn't go that far.

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 4:06 pm
by burt
It looks clean and modern.
I like it very much.


Here are some things I might change;

1. The index page is showing "Index Page Title | www.hattu.fi". To change this, amend the index.php language file appropriately.

2. In the product page, you have a ( back ) button under the buy button. I would make this back button less obvious, as with it the same size as the buy button, it distracts from the buy button (hope this makes sense)

3. You have something missing in the english translations for your tabs in the product page.

4. In the footer, two of the box headers (information and headwear info) have a white background - make it grey to match the site.

Re: Looking for reviews and feedback

Posted: Sat Aug 20, 2022 4:37 pm
by zipurman
Looks good. A style you may want to add to your CSS to allow for the arrows to show up in your slideshows for products:

Code: Select all

.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color:#b1b3b4;
    padding: 1em;
    border: 10px solid #b1b3b4;
}
Helps with image blocks like this one: https://www.hattu.fi/ainamuoti-jarmo-va ... th=2_11_75

Of course, change color/style to suit ;)