Forum
Get Shop eMail address
I know this is possibly a simple question, and the answer is in the documentation but I can not seem to find it.
From the main index.php page, How do I get the Shop email address from the settings? I need this to show the basket.
Many Thanks
In a template you can use
I am not using a template. This is only so i can pull up the basket to show the user. Do I need to use a template?
Cheers
How are you displaying the basket without a template?
We had the same issue. We have a basket link in the navigation on all pages. The navigation code (and some of the pages in the site) is not actually in Perch control. In the end we opted to hard code the PayPal email address into the required FORM code in the PHP-included <nav> code. Its unlikely the PayPal email address is going to change much so its no problem to change it in 2 places if that happens ...
Drew,
I am displaying the Basket the same way as Graham. This is in the main page.
I will hard code the email address.
Cheers