alexnanoka Posted October 31, 2011 Share Posted October 31, 2011 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 More sharing options...
alexnanoka Posted November 2, 2011 Author Share Posted November 2, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now