Post by a1ex » Wed Jul 18, 2012 3:27 am

Hi,

I am new to opencart. The default setting of register process is that customers are required to fill in their address. I want this to be optional, which customers can fill that in later, like when they are checking out. Is there any simple way to achieve this (such as using some setting in the admin page)? If it is something that can only be done by coding, can someone teach me? I think I can still code some PHP. Thanks in advance for any help!

P.S. I don't know if I have posted in the right place or not. Do let me know if I have been in a wrong place and I am sorry about that.

Newbie

Posts

Joined
Thu Jul 05, 2012 3:15 pm

Post by oscprofessionals » Fri Jul 20, 2012 2:45 am

in register.tpl you will find this:
<td><span class="required">*</span> <?php echo $entry_firstname; ?></td>

so this class required needs to be changed.

so modified line will be
<td><?php echo $entry_firstname; ?></td>

Team of e-commerce experts.

oscprofessionals


New member

Posts

Joined
Mon Jul 16, 2012 12:14 am
Location - Nagpur, India
Who is online

Users browsing this forum: No registered users and 16 guests