Jump to content
- Community Forums
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
Posted 09 March 2017 - 03:14 PM #1
Hi,
how can I get in image.tpl the image name/title without the path? (ex. product-image.jpg)
thank you
Posted 09 March 2017 - 08:04 PM #2
Try this:
{$image_data.image_path|basename}
Alexander Bolshakov CS-Cart Architect Team
Posted 10 March 2017 - 03:08 PM #3
perfect.. thank you