Looking for reviews and feedback
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Looking for reviews and feedback
I am only looking at your site in Finnish because you said you are still working on English.
However, the element in the Footer that has icon fa-question-circle - it shows English, not Finnish.
The same for product_info Tabs for Shipping & Returns - shows English although viewing site in Finnish.
Also, products do not have any Description showing in Product Description Tab.
Some design suggestions:
Give more space between the right NavBar items, that is, between Search, Languages and Cart.
Give space/margin below/between additional images in product_info Gallery, that is, if there are 2 rows of additional images, they are currently touching/have no gap between them.
If it was me, I'd make product_info Tabs a Product Info module to show full width, not a PI module - no need for it to be squeezed on the right.
However, the element in the Footer that has icon fa-question-circle - it shows English, not Finnish.
The same for product_info Tabs for Shipping & Returns - shows English although viewing site in Finnish.
Also, products do not have any Description showing in Product Description Tab.
Some design suggestions:
Give more space between the right NavBar items, that is, between Search, Languages and Cart.
Give space/margin below/between additional images in product_info Gallery, that is, if there are 2 rows of additional images, they are currently touching/have no gap between them.
If it was me, I'd make product_info Tabs a Product Info module to show full width, not a PI module - no need for it to be squeezed on the right.
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: Looking for reviews and feedback
Thank you for your feedback
, if you can places give the product name ,, so I can check it , the text on dropdown lists I will change it sooner with as capital letter
thank you for taking time for test and giving feedback
fixed it, thank you
I have QYTPRO module, the I using the dropdown that you have to select first option then the second one will show option, maybe there is an product missing the option hope no14Steve14 wrote: ↑Sat Aug 20, 2022 4:00 pm 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 dropdown lists the text may be better starting with as capital letter. Currently they are all lowercase.
@raiwa Is there any fix for this issue
fixed he Terms of delivery page , still looking for fix for the flag issue
thank you for taking time for test and giving feedback
Last edited by Omar_one on Sat Aug 20, 2022 6:27 pm, edited 1 time in total.
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: Looking for reviews and feedback
thank you @burt to for your feedback , thank you for your hard work and for building a unique shopping cart
fixedburt wrote: ↑Sat Aug 20, 2022 4:06 pm 1. The index page is showing "Index Page Title | www.hattu.fi". To change this, amend the index.php language file appropriately.
the (back) button now smaller ,, the product page need a bit change, thank you
fixed ,create new tab and forget to include English file
I added the white background to show more nicer on small screen as it was show the headers as the list of pages, this it can be fixed the adding padding or so
It is our pleasure to hear your valuable feedback.
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: Looking for reviews and feedback
We appreciate you giving us your feedback.
thank you for the advice , I just add itzipurman wrote: ↑Sat Aug 20, 2022 4:37 pm A style you may want to add to your CSS to allow for the arrows to show up in your slideshows for products:
Helps with image blocks like this one: https://www.hattu.fi/ainamuoti-jarmo-va ... th=2_11_75Code: Select all
.carousel-control-prev-icon, .carousel-control-next-icon{ background-color:#b1b3b4; padding: 1em; border: 10px solid #b1b3b4; }
Of course, change color/style to suit![]()
Last edited by Omar_one on Sat Aug 20, 2022 6:55 pm, edited 1 time in total.
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: Looking for reviews and feedback
still a few area to translate, Product Description Tab I just create it for more info about product but still not filled for all the products. I just disable both tabs for now.heatherbell wrote: ↑Sat Aug 20, 2022 4:54 pm I am only looking at your site in Finnish because you said you are still working on English.
However, the element in the Footer that has icon fa-question-circle - it shows English, not Finnish.
The same for product_info Tabs for Shipping & Returns - shows English although viewing site in Finnish.
Also, products do not have any Description showing in Product Description Tab.
I will look to these when I have more timeheatherbell wrote: ↑Sat Aug 20, 2022 4:54 pm Some design suggestions:
Give more space between the right NavBar items, that is, between Search, Languages and Cart.
Give space/margin below/between additional images in product_info Gallery, that is, if there are 2 rows of additional images, they are currently touching/have no gap between them.
If it was me, I'd make product_info Tabs a Product Info module to show full width, not a PI module - no need for it to be squeezed on the right.
Code: Select all
$pi_thumb .= '<div class="row mt-3">';Thank you for providing us with valuable feedback. and for your time
Br
Omar
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Looking for reviews and feedback
It is recommended to always add space/margin to bottom of elements.Omar_one wrote: ↑Sat Aug 20, 2022 6:37 pmit's look changing the tpl_pi_gallery
not helpingCode: Select all
$pi_thumb .= '<div class="row mt-3">';
In this case, add mb-2 to the div class in the tpl file on Line 12
https://github.com/CE-PhoenixCart/Phoen ... ry.php#L12
like:
Code: Select all
$pi_thumb .= '<div class="mb-2 ' . PI_GALLERY_CONTENT_WIDTH_EACH . '">';It will show something like:
col-4 col-sm-6 col-lg-4
change that to:
mb-2 col-4 col-sm-6 col-lg-4
Increase the mb-n to suit yourself.
Afwan sadiqi
-
raiwa
- Certified Developer
- Posts: 1640
- Joined: Sat Dec 21, 2019 8:08 am
- Phoenix Version: 1.1.0.6
- : Buy Me A Beverage
- Has thanked: 70 times
- Been thanked: 152 times
Re: Looking for reviews and feedback
@raiwa Is there any fix for this issue
This has been modified by @ecartz when he revised and added it to Phoenix Pro.
If Matt has no better solution I would remove the action parameter which breaks the code if products have been added and then removed from the card.
In: includes\modules\content\shopping_cart\cm_sc_continue_shopping.php add in line 55:
Code: Select all
unset($back['get']['action']);
Code: Select all
if( isset($_SERVER['HTTP_REFERER']) && (strpos($_SERVER['HTTP_REFERER'], 'checkout' ) !== false) ) {
return $link;
} elseif ($back = $_SESSION['navigation']->path[count($_SESSION['navigation']->path) - 2] ?? false) {
unset($back['get']['action']);
return $Linker->build($back['page'], $back['get'] ?? []);
} else {
return $link;
}
Please confirm and I'll update it.
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
https://docs.google.com/spreadsheets/d/ ... sp=sharing
Need Help?viewtopic.php?f=10&t=27
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
-
Omar_one
- Senior Contributor
- Posts: 676
- Joined: Fri Oct 25, 2019 5:06 pm
- Phoenix Version: v1.0.8.16
- Has thanked: 100 times
- Been thanked: 56 times
Re: Looking for reviews and feedback
I was editing the wrong Divheatherbell wrote: ↑Sun Aug 21, 2022 6:08 am https://github.com/CE-PhoenixCart/Phoen ... ry.php#L12
like:Afwan sadiqiCode: Select all
$pi_thumb .= '<div class="mb-2 ' . PI_GALLERY_CONTENT_WIDTH_EACH . '">';![]()
Shukran sadiqi
-
ecartz
- Core Team
- Posts: 3084
- Joined: Tue Nov 05, 2019 6:02 pm
- Phoenix Version:
- Has thanked: 4 times
- Been thanked: 208 times
Re: Looking for reviews and feedback
I agree that I made changes to the code here when I added it to Pro. But I don't think that I changed the logic. What do you believe that it used to do that it doesn't do now?
Behavior:
1. If there's anything in the cart, show the category of the item last added to the cart.
2. If nothing in the cart and the last page was a checkout page, show the front page of the shop.
3. If nothing in the cart and the last page was not checkout and there was a page two back in history, show that page.
4. If nothing in the cart, otherwise show the front page of the shop.
As best I can see, this was the behavior before and after my changes.
It looks like the navigation history behavior may have changed. If I'm reading it correctly, there was a period where the only pages added to the navigation history were index_nested and index_products pages. No product_info, etc. Now, it is showing product_info in the navigation history. This was also a change that I made (albeit not intentionally), but it was not at the time of adding Continue Shopping to Pro.