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

shreyabhatt’s picture

The '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

robit8deb’s picture

I second this.

qwaygon’s picture

Status: Active » Fixed

Thanks 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.