X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Drop-Shipper addon re: company name (https://forum.x-cart.com/showthread.php?t=59326)

plgenie 05-13-2011 01:34 PM

Drop-Shipper addon re: company name
 
Does anyone know the name of the variable that can be used to display the Company Name from the order in the email template:

skin/common_files/mail/html/drop_shipper_email.tpl

I have tried $orderinfo.s_lastname but that did not work so does anyone from BCS Engineering or a user of the Add-on know please?

Many thanks in advance.

Dan.roh 05-14-2011 07:35 AM

Re: Drop-Shipper addon re: company name
 
Not sure I understand what it is you are asking but if you are asking for the company name and url to display in your e-mail template try this

Code:

{include file="mail/html/signature.tpl"}

plgenie 05-14-2011 07:45 AM

Re: Drop-Shipper addon re: company name
 
It is the customer's company name that we need including in the shipping address if it exists.

Dan.roh 05-14-2011 08:04 AM

Re: Drop-Shipper addon re: company name
 
Have you tried any of these yet?

Code:

{$orderinfo.company}

Code:

{$order.company}

plgenie 05-14-2011 08:40 AM

Re: Drop-Shipper addon re: company name
 
Both of those worked :D many thanks, much appreciated!!!


All times are GMT -8. The time now is 12:12 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.