25 - That's a nice idea, although it wasn't actually what I was thinking of but that suite.
26 - I've done that you suggested but look at the result:
sexshop.fantasiaeluxuria.com/index.php/p.../cid-35/name-passion
As you can see, the item image have a huge space from the info bellow. Although when we get inside the product, it's ok because it appears already with the size that I want (250px X 250px).
How can I fix that?
PS: Instead of deleting this doubt, I will instead tell how I solved it.
In the same CSS file (../media/com_hikashop/css/frontend_default.css), I've looked for ".hikashop_product_image" and found this:
.hikashop_product_image {
padding-bottom: 2px;
}
And basically, I just changed that code into this:
.hikashop_product_image {
height: 100px !important;
padding-bottom: 2px;
}
And it worked!
27 - So I will only be able to do that when I have the business version!
Btw, does the Business vesion have some kind of limitations for number of domains? I want to open more shops and therefore I need to know if for each shop I have to buy a new software license.
Thank you.
And guess what? Another idea!
28 - What about a module that would show people the products based on some characteristics that we would manage in admin panel? For instance, people could select to see products only between 0 and 50€.
And another:
29 - We could have an option in admin panel to select that when customers reach a certain amount, they won't have to pay for some kind of shipping methods.
And talking about shipping methods, I've noticed that in the checkout process they're not appearing!
What can that be?
Want another suggestion? Here it goes:
30 - Possibility for us in the admin panel chose the image size just as I did by changing the code but without people having to change the code. Moreover, I would also love to see an option for us to change the image size of the thumbnails in categories. For me, they're now with 250px X 250px which makes it very difficult to work on categories and it would be great to have it very little (a measure that I would define, let's say 50px X 50px).