cancel
Showing results for 
Search instead for 
Did you mean: 

Botones Magento

SOLVED

Botones Magento

Hola

Lo que necesito hacer es cambiar el texto predeterminado del botón "Añadir al carrito",

Como realizo esto en magento? gracias. Esta es la pagina donde están los botones http://95.85.24.28/pagina1/?___store=default

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Botones Magento

Hola @jesusdv10,

 

O bien puedes editar el texto/label del botón o quizás, como salida rápida, puedes aplicar un translate sobre el theme para cambiar la leyenda.

View solution in original post

5 REPLIES 5

Re: Botones Magento

Hola @jesusdv10,

 

O bien puedes editar el texto/label del botón o quizás, como salida rápida, puedes aplicar un translate sobre el theme para cambiar la leyenda.

Re: Botones Magento

Ok, pero como hago eso, como edito el texto del botón, 

que pasos debo seguir para editar el texto del botón.

Re: Botones Magento

Hola @jesusdv10,

 

Si utilizas el theme Rwd/Default, encuentras el string en:

 

  • app/design/frontend/rwd/default/template/catalog/msrp/popup.phtml, línea 52
  • app/design/frontend/rwd/default/template/catalog/product/list.phtml, línea 90
  • app/design/frontend/rwd/default/template/catalog/product/list.phtml, línea 153
  • app/design/frontend/rwd/default/template/catalog/product/compare/list.phtml, línea 78
  • app/design/frontend/rwd/default/template/catalog/product/compare/list.phtml, línea 131
  • app/design/frontend/rwd/default/template/catalog/product/view/addtocart.phtml, línea 28
  • app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_grid.phtml, línea 50
  • app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_list.phtml, línea 45
  • app/design/frontend/rwd/default/template/checkout/cart/crosssell.phtml, línea 47
  • app/design/frontend/rwd/default/template/email/catalog/product/list.phtml, línea 90
  • app/design/frontend/rwd/default/template/email/catalog/product/list.phtml, línea 153
  • app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_grid.phtml, línea 48
  • app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_list.phtml, línea 44
  • app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_grid.phtml, línea 52
  • app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_list.phtml, línea 49
  • app/design/frontend/rwd/default/template/wishlist/shared.phtml, línea 64
  • app/design/frontend/rwd/default/template/wishlist/item/column/cart.phtml, línea 37

 

Por otra parte, si sólo quieres aplicar una traducción a nivel de theme, quizás este viejo post te ayude un poco: https://www.damianculotta.com.ar/magento/carpetas-locale-dentro-de-los-skins-en-magento/

Re: Botones Magento

Si lo que quiero es cambiar el texto "Añadir al Carrito", pero no se cual es el archivo a editar,

utilizo el tema bold, que coloco acá http://www.mediafire.com/file/j8bln3z52hski9y/bolt.rar

Re: Botones Magento

Te he pasado la lista de todos los archivos y la ubicación (en RWD).

Puedes hacer lo mismo haciendo una búsqueda del string "Add to cart" en todos los archivos.

Una forma más fácil, como te comentaba, podría ser traducir "Add to cart" por la frase que tu quieres dentro del theme.