Zen Cart Logo
Forums / Addon Templates / Lavender Template Support Thread

Lavender Template Support Thread

Views: 81,181

Results 141 to 160 of 263
17 Jun 2008, 06:32
#141
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Lavender Template Support Thread

kobra:

Can't see what you have but this will be in the stylesheet

Thanks Kobra, will look for it and change it.
I have come across many posts requiring us to 'comment out' code. But how do I go about this? For example I want to exclude this detailed invoice link in my email replies, how would I comment out this code?
Thanks ! :hug:

define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');
define('EMAIL_TEXT_INVOICE_URL_CLICK', 'Click here for a Detailed Invoice');
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');

17 Jun 2008, 08:07
#142
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

Comment markup is different for html versus php files

For php

/*
what you want commented out
*/

For html

<!-- something -->

what you want commented out

<!-- something else -->
17 Jun 2008, 08:13
#143
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: Lavender Template Support Thread

kobra:

Comment markup is different for html versus php files

For php

/*
what you want commented out
*/

For html

<!-- something -->

what you want commented out

<!-- something else -->

Thanks Kobra !!

:thumbsup::cheers:

17 Jun 2008, 08:16
#144
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

Opps!!

.css also uses the same as php files

02 Jul 2008, 05:14
#145
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: Lavender Template Support Thread

Hi Kobra

I tried commenting it out from orders.php but I still receive the email with a link to the detailed invoice link when I update the order. I want to remove this link from all my orders emails, how should I go about this? Tks

define('EMAIL_TEXT_ORDER_NUMBER', 'Order Number:');
/define('EMAIL_TEXT_INVOICE_URL', 'Detailed Invoice:');/
define('EMAIL_TEXT_DATE_ORDERED', 'Date Ordered:');

02 Jul 2008, 09:13
#146
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

What email are you trying to change??

All of these are in /email and in these there are many variables and you can adjust the variables you do not want(carefully)

02 Jul 2008, 09:46
#147
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: Lavender Template Support Thread

Hi Kobra

I am trying to remove 'detailed invoice' text and link in the order confirmation email and order update email that is sent to customers.
sample

Thanks for shopping with us today!
The following are the details of your order.

Order Number: 2168
Date Ordered: Wednesday 02 July, 2008
Detailed Invoice:
http://www.blingbadge.com.......(link to invoice)

Thanx

02 Jul 2008, 11:17
#148
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

/email/email_template_order_status.html

logo
Dear $EMAIL_CUSTOMERS_NAME,
$EMAIL_STORE_NAME
$EMAIL_TEXT_ORDER_NUMBER
$EMAIL_TEXT_INVOICE_URL
$EMAIL_TEXT_DATE_ORDERED
$EMAIL_TEXT_STATUS_COMMENTS
$EMAIL_TEXT_STATUS_UPDATED
$EMAIL_TEXT_STATUS_LABEL
$EMAIL_TEXT_STATUS_PLEASE_REPLY

I think that the link is the highlighted entry

02 Jul 2008, 11:37
#149
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: Lavender Template Support Thread

kobra:

/email/email_template_order_status.html

logo
Dear $EMAIL_CUSTOMERS_NAME,
$EMAIL_STORE_NAME
$EMAIL_TEXT_ORDER_NUMBER
$EMAIL_TEXT_INVOICE_URL
$EMAIL_TEXT_DATE_ORDERED
$EMAIL_TEXT_STATUS_COMMENTS
$EMAIL_TEXT_STATUS_UPDATED
$EMAIL_TEXT_STATUS_LABEL
$EMAIL_TEXT_STATUS_PLEASE_REPLY

> I think that the link is the highlighted entry


Hi Kobra

this being a html file, can I just edit with frontpage and delete "$EMAIL_TEXT_INVOICE_URL" ? Thanks again for all your help, I am really slow at this so your help is very much appreciated. :smile:
03 Jul 2008, 02:24
#150
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

this being a html file, can I just edit with frontpage
Never use frontpage for editing any Zen Cart files as it adds ill formed un-necessary code

Use notepad or a good CODE editor

17 Jul 2008, 23:20
#151
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: Lavender Template Support Thread

Hi Kobra

Tks to you I am ever getting nearer to setting up my site :clap:
This is not related to your template but why does " Zen Cart!, The Art of E-commerce" appear as the title of my webpage(not in the page itself but rather on the Tabs when you open the page(am I making sense?) I removed this from my headers and main page . Did I miss something??

Thanks in advance

18 Jul 2008, 01:49
#152
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

The tutorials/FAQ's link in the top nav bar on this page is your source for these common basic answers

https://www.zen-cart.com/tutorials/index.php?article=17

18 Jul 2008, 03:24
#153
chummum avatar

chummum

New Zenner

Join Date:
Feb 2008
Posts:
14
Plugin Contributions:
0

Re: Lavender Template Support Thread

Hi Kobra

Thanks, managed to solve it. Didnt know it was called meta tags. :wacko:

Cheers

19 Aug 2008, 19:43
#154
custom_uk avatar

custom_uk

Suspended

Join Date:
Aug 2008
Posts:
38
Plugin Contributions:
0

Re: Lavender Template Support Thread

I am using the lavender template and just have one small thing I need help with. I have installed PayPal Express, but want the icon for this appear on the right of the shopping cart page, under the checkout button. It does this on the xampp environment running on my pc, but since I put the development site on the net to test the mail links, it has defaulted to the left hand side for some reason.

Can someone please advise which file I should be seeking out, to alter this.

Thanks.

19 Aug 2008, 19:57
#155
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

CUSTOM_UK,

Where is this to be seen?

19 Aug 2008, 20:41
#156
custom_uk avatar

custom_uk

Suspended

Join Date:
Aug 2008
Posts:
38
Plugin Contributions:
0

Re: Lavender Template Support Thread

Hi. It's on the shopping cart page. The Paypal Express logo is now directly underneath the update cart button on the left hand side. On my offline xampp environment, it was located on the right hand side directly under the checkout button. For obvious reasons I want the checkout button and PayPal express button next to each other.

19 Aug 2008, 21:30
#157
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

Hi. It's on the shopping cart page.
Yes, and what might be the url to that?

21 Aug 2008, 12:45
#159
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Lavender Template Support Thread

CUSTOM_UK,

Bad link

21 Aug 2008, 13:18
#160
custom_uk avatar

custom_uk

Suspended

Join Date:
Aug 2008
Posts:
38
Plugin Contributions:
0

Re: Lavender Template Support Thread

Found solution myself.

Test site now moved, hence no link.