Jump to content

anonymous comments


Recommended Posts

Anyone know how they can do for users who are not registered and are buying on the part of choosing the carrier (or elsewhere) to leave a comment on your submission? I have seen the records if they can, and seeing their order-address.tplfile and comparing it with the anonymous order-carrier.tpl are nearly equal.

 

I got to be able to comment, but when I get the email does not appear.

 

 

Any solution?

Link to comment
Share on other sites

I think the problem is in the file order-carrier of the theme.

 

{if !$opc}
   <p class="cart_navigation submit">
    <input type="hidden" name="step" value="3" />
    <input type="hidden" name="back" value="{$back}" />
    <a href="{$link->getPageLink('order.php', true)}{if !$is_guest}?step=1{if $back}&back={$back}{/if}{/if}" title="{l s='Previous'}" class="button">« {l s='Previous'}</a>
    <input type="submit" name="processCarrier" value="{l s='Next'} »" class="exclusive" />
   </p>
</form>
{else}
   <h3>{l s='Leave a message'}</h3>
   <div>
    <p>{l s='If you would like to add a comment about your order, please write it below.'}</p>
    <p><textarea cols="120" rows="3" name="message" id="message">{if isset($oldMessage)}{$oldMessage}{/if}</textarea></p>
   </div>
</div>
{/if}

 

If you see the option to "leave a message" appear.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...