fetis Posted December 14, 2013 Share Posted December 14, 2013 I created separate theme and on quick order page, image for payment method "cash on delivery" is broken, it shows question mark for me. I checked code and didn't see any path to image, only src="cashondelivery.gif" any idea how I can fix it? I really don't want to hardcode this. Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 hello try to use in src="" param direct URL to the image instead of simple "cashondelivery.gif" should work then Link to comment Share on other sites More sharing options...
fetis Posted December 15, 2013 Author Share Posted December 15, 2013 initially, it has src="{$this_path_cod}cashondelivery.gif" but for some reason, that variable is empty Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 this is why suggested to use full url instead of just cashondelivery.gif http://url.to.shop/modules/cashondelivery/cashondelivery.gif Link to comment Share on other sites More sharing options...
fetis Posted December 16, 2013 Author Share Posted December 16, 2013 (edited) well, that fix the problem but I still don't understand why {$this_path_cod} doesn't work Edited December 16, 2013 by fetis (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now