Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Expresso store exp:store:checkout next tag

Status Resolved
Add-on / Version Publisher 1.2.0
Severity Blocker
EE Version 2.7.3

4thPixel

Mar 19, 2014

Hi,
I’m using the following tag in my store checkout.

{exp:store:checkout
form_class="form-horizontal"
next="store/checkout2"
error_handling="inline"
error_delimiters='<span class="help-inline">|</span>'
require="name|address1|city|country"}

How would I translate the Next value? I can add the {path="store/checkout2"} which translates the complete url.
Let me know
regards
Kevin

#1

BoldMinded (Brian)

You can use {path}, but that parses after the module tag I think. So your best be might be to create a phrase, e.g. next=”{phrase:store_path_next}”

Login to reply