Quote:
Originally Posted by shan
You could use this
Code:
HTTP://{$config.Company.company_website}
|
Thanks, but I do not think this one will work under https - will give warning message. The problem is - Php script for detail images pop-up
can not be found in catalog because it's in store/customer directory
and catalog is in store/catalog directory. if you run dynamic store - everything is fine - script is in the same directory as home.php
if you run it from catalog - the path should be ../customer/script.php
but this path will not run in dynamic store.
absolute url will work but I thought there is a more elegant way.