Closed (fixed)
Project:
Magento
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2009 at 11:23 UTC
Updated:
19 Mar 2010 at 08:00 UTC
magento_orders has templates for cart block and cart page. These pages have text in Frech for various terms.
Also it references various image files like /images/btns/btn_pink_valider_act.gif which are expected from a theme 'cigale' as denoted by drupal_get_path('theme', 'cigale')
Is it possible to get these images from the module instead of the theme, so its universal irrespective of the module. Also if the French terms could be English for the module, it would be great.
Comments
Comment #1
shreyabhatt commentedThe 'cart' page looks broken due to the following missing files.
cart-block.tpl.php
-----------------
/images/btns/btn_pink_valider.gif
/images/btns/btn_pink_valider_act.gif
cart-page.tpl.php
-----------------
drupal_add_js(drupal_get_path("theme", "cigale")."/js/jquery_combobox.js");
/images/btns/btn_white_poursuivre_achats.gif
/images/btns/btn_white_poursuivre_achats_act.gif
Comment #2
robit8deb commentedI second this.
Comment #3
qwaygon commentedThanks for the feedback, This is fixed in 1.3 version (note that 1.3 "magento" drupal module require 1.3.2 or higher version of "drupal" magento extension). And yes, the original module was written for specific project and than moved to the community and we accidentally left few references to proprietary files. Any future feedbacks will be appreciated.
p.s. Drupal + Magento Install procedure on documentation page was obsolete and now is updated to guide you step by step plain and clean install.