I'm planning on removing the hard coded paths in the javascript files, such as:
$.post(Drupal.settings.basePath + '?q=cart/checkout/line_items' , ...
in favor of properties passed from PHP (Drupal.settings.checkoutLineItems). this way Drupal can check if clean URLs are enabled and generate paths accordingly.
checking if there is any other work going on around this ?
Comments
Comment #1
rszrama commentedYep, Lyle actually has a patch that if you could review we could get committed ASAP. It's one of our 2.0 release blocking issues: #466936: payment_details in checkout are not translated into not default languages
Comment #2
oweno commentedcool , trying it now....
thanks