View Single Post
  #6  
Old 09-05-2010, 10:48 PM
 
crcool75 crcool75 is offline
 

Advanced Member
  
Join Date: Jan 2006
Posts: 87
 

Default Re: Creating pages with PHP instead of just HTML

Thanks, Tal... I understand.

I've read over your reply on this thread and interested in trying to write a small custom mod. I have limited PHP/Smarty skills, but think I have enough to do this.

I'm trying to create a shipping request form. It's just like the Contact Us form, but with different fields. The fields will be different sizes, etc. I want to do more than just add additional fields to the contact form. I've experimented with the additional fields and have a basic understanding. The problem is v4.4.0 has a bug with the Contact Us additional fields. They don't get sent with the email that goes out. I've reported this to the Qualiteam bug list.

Anyway, I'm trying to create a simple PHP mailer form to send shipping requests to the support department. However, I want it integrated with X-Cart, not a seperate form. I've created advanced mailer forms using PHP code scripts, but I can't get them in X-Cart as their too complicated. The code I use echo's the HTML out and may use more than one PHP file. I've having trouble integrating this into X-Cart using Smarty. Any help from you would be greatly appreciated.
__________________
X-Cart Gold 4.4.0
Reply With Quote