CS-Cart Thumbnail Size not working - cs-cart

In CS-Cart 4.3.8 I have set thumbnail sizes under Settings > Thumbnails, then I have used the 'Clean up generated thumbnails' But nothing changes and they remain at the default size...
How can I set the thumbnail size?

In case you want to change thumbnail size in compact list you must tweak some code in the "compact_list.tpl" file located in the /design/themes/responsive/templates/blocks/list_templates/ directory of your CS-Cart.

In Settings > Thumbnails there are some thumbnail settings.
You should change the relevant setting match to your view (Products list, Product detail, Product cart page, Quick View ...)

Related

How to change the size of Images on category page in magento 2 from admin panel

i want to resize the image size on the category page. I have made changes in the category page, shows 3 images instead of 4. But the image size is still the same. I want to increase it by admin panel, not to change the code manually.
I don't think this is possible without customizing a lot of stuff first. Image sizes are set in your theme in /app/design/frontend/YOURVENDORNAME/YOURTHEMENAME/etc/view.xml

Setting default values for Design tab in Product Information in Magento admin

I was wondering, is it possible to set default values for the Design tab of a product in the dashboard in Magento admin. By default, this is how the design tab looks:
Given this, I find it quite tedious to have to repeatedly select the design and page layout every time I add a new product. So, is there any way I can set this to the option I use most for products? Also, I'd like to hide Active From, Active To and Custom Layout Update if it's possible.
If you want to one design to all product, then you can set it from app\design\frontend\YOUR_TEMPLATE_PATH\default\layout\catalog.xml.
From this xml you can set template. Search for <catalog_product_view translate="label"> and under this node you will find template settings.
Hope this will help
So, you want default image for most of the product? Otherwise, you want to add new image, you can add image on based on each product?
If you want based on upper description, Go to
System->Configuration
Under Catalog tab and Click on Catalog Menu link and Go to Product Image Place Holders. You can set there for default image. If you add new product image on each product, new image override to this default image.See picture
!
Hope help :)

Can't change Featured Products Image Size (Magento)

In the Admin page, I can't see an option anywhere to change how the feature products in the "Home" page are shown, I want the images to be bigger but I can't find an option anywhere (Not even in the "manage products" or "atributes" sections)
You need to change the template. This cannot be achieved via configuration.
Every product image is resized/generated and saved in image cache so it depends on how the image helper function is called from within the template.

Is there any way that stores have other media than default on Magento?

How can i separate, medias for different stores in Magento? For example: I have two stores "Store1", and Main Website Store by default. When i upload any image or something else on Store1, image has been stored in default media folder.
So my question is, is there any way to local storage for Store1 can be other media, that is not default? Thank you.
In Magento you can select different image for different website or store view. It works in the same way of the others field. From the admin interface, when you are on a product page, switch on your desired store view using the combo box on the left, then from the image section, uncheck the checkbox "use default value" and select the image that you want to display as base image, small image and thumb, relative to active store view. Than, if you want that an image is unavailable in your store view, you can use the "exclude" checkbox. If you are searching something to completely separate images, I think that Magento by default doesn't have this feature. I hope that's useful.

How to change size image in archive category woocommerce

I'm testing shop with plugin WooCommerce. I want to ask how to change size thumbnail image in archive category.
ex: http://shop.bits77.com/?product_cat=giay-dep
I can change size in index.php ex: http://shop.bits77.com
But I dont know how to change in archive category.
Please help me. thanks.
By default, Woocommerce have this thumbnails sizes:
300x300 (Single product) /* 300px is my size, im not remember exactly what is default size but, is similar */
120x120 (Gallery - Categories - Archive Page - Search products)
90x90 (Thumbnails in single product)
Now, you can change it in Woocommerce admin panel (Configure -> Catalog -> Scroll to bottom page -> Images).
Excuse my english and good luck.
I had to get the plugin called "Regenerate Thumbnails". Run that plugin and it will re-size the thumbnails for you.

Resources