Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Dynamic Store URL parameters we can use in code?
Author « Topic »  

ITZAP
Ecommerce Template Guru

Australia
1017 Posts

Posted - 01/06/2018 :  17:13:47  
Hi Andy,
In the ECT admin panel, under "STORE ADMIN >> General Settings" we now enter both:
(1) Store URL and
(2) HTTPS Store URL

What I have searched for is dynamic parameters we can use to print those values in PHP page code, without the necessity to add anything to includes.php.
Thought this may work:

<link href="<?php print $orstoreurl . 'css/ectcart.css' ?>" rel="stylesheet" type="text/css">
and
<link href="<?php print $orstoreurlssl . 'css/ectcart.css' ?>" rel="stylesheet" type="text/css">

But no kewpie doll. Can you help?

Gary

Andy
ECT Moderator

95440 Posts

Posted - 01/07/2018 :  01:16:59  
Hi Gary

I'm not sure why that wouldn't work. Are the URLs just being ignored?

Andy

Please feel free to review / rate our software

ITZAP
Ecommerce Template Guru

Australia
1017 Posts

Posted - 01/07/2018 :  01:47:40  
Yes Andy, $orstoreurl prints nothing. All you get is: css/ectcart.css

I can create $parameters by adding entries like
$storeurl=‘http:// mydomain.com/;
$sslurl=‘https:// mydomain.com/;
to includes.php, and then the code works as intended.

But since we had already added both unsecured and secured domain URL’s into General Settings, I thought $parameters for both entries might already exist somewhere in the store code, and I was just duplicating $parameters that already existed.

This would be handy to know for the purpose of generating dynamic code printing absolute filepath to javascript files, css files and canonical URL’s.

Could you ask Vince please ?

Gary

Andy
ECT Moderator

95440 Posts

Posted - 01/07/2018 :  01:53:22  
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000