Editing catalog product
I would like to change the text of my product file.
to change the text "19 pour inclut" with "tva inclue"
I tried to find the file in /app/design/frontend/default/your_theme/template/catalog/product/
but didn't find it
Pretty much like I tried to show on the pictures:


can somebody help?
Solutions
You need to enable template path hints for find the right file for this follow the following steps:
- Go to Magento admin panel->systems->configuration
- Choose your store view on top left corner in Current Configuration Scope ex:english
- Go to Advanced tab. Under that click on Developer->Debug. If you want both block and view template path hints, click yes on Template path hints (phtml files) and Add Block Names to Hints.
- Refresh your frontend
Now you can see the path of template file chage that text

Modifying the redirect after editing a product in the cart
I have a problem modifying a redirect in magento CE 1.9.2. Let's say a customer has a configurable product in the cart, and would like to edit that product (ie. changing color or size or something). After changing the options and clicking the 'update cart' button I want the customer to stay on the same page (ie. the edit product page). However mage...
Create custom product image editing options
I have a requirement to build a magento site with customize option for products as given in http://fineartamerica.com/products/mona-lisa-leonardo-da-vinci-framed-print.html . How can I achieve this. Searched many in net but couldn't find the one.
Problem when editing individual product images upload
PROBLEM: In Magento admin while adding products image is not uploading. I tried by uploading in different browsers but it too doesn't worked. I have given 777 file permissions to media folder. When I upload image, image is stored in media/tmp/catalog/media folder. Magento redirect to the login page and does not save the info. We are using Magento v...