1b.app
Link copied -

sending a letter: Leave a review about the ordered goods

Answers:

This particular setting is deprecated.
You can set up sending a letter with a request to leave a review either at the closing stage of the order, or using automatic actions (look, there are a lot of actions in the system).
16.12.2020, 16:37
Original comment available on version: ru


Tyndyk Maxim Vadimovich
Administrator wrote:
This particular setting is deprecated.
You can set up sending a letter with a request to leave a review either at the closing stage of the order, or using automatic actions (look, there are a lot of actions in the system).

I wanted to do this, but I didn’t find such an action, and if you do a newsletter, the variable with a link to the product does not work
18.12.2020, 10:12
Original comment available on version: ru


Alexander wrote:
I wanted to do this, but I didn’t find such an action, and if you do a newsletter, the variable with a link to the product does not work

What action are you looking for? Universal sending email ?
18.12.2020, 16:20
Original comment available on version: ru


Tyndyk Maxim Vadimovich
Administrator wrote:

Alexander wrote:
I wanted to do this, but I didn’t find such an action, and if you do a newsletter, the variable with a link to the product does not work

What action are you looking for? Universal sending email ?

I just sent it with this action, you can insert a list of goods, but I can’t make the goods be a link.
how to make the products from the order in the letter displayed as links? because no one will copy the name and search the site to leave a review.
there is this code:
<table cellpadding="5" cellspacing="0" border="1" width="100%">
<tr class="tab_tr_head">
<td><strong>Product</strong></td>
<td width="120" align="center"><strong>Price</strong></td>
<td width="80" align="center"><strong>Number</strong></td>
<td width="120" align="center"><strong>Amount</strong></td>
</tr>
{|foreach from=$basketsArray item="b"|}
<tr>
<td>
{|$b.name|} (code #{|$b.productid|})
{|$b.comment|}
</td>
<td align="right">
{|if $b.price=='0.00'|}
Check the price with our managers.
{|else|}
{|$b.price|} {|$ordercurrency|}
{|/if|}
</td>
<td align="center">
{|$b.count|}
</td>
<td align="right">
{|if $b.sum=='0.00'|}
Check the price with our managers.
{|else|}
{|$b.sum|} {|$ordercurrency|}
{|/if|}
</td>
</tr>
{|/foreach|}
</table>
it is necessary that each product in the letter be a link to it
18.12.2020, 17:08
Original comment available on version: ru

integrator
integrator.com.ua

Alexander
Client wrote:
it is necessary that each product in the letter be a link to it

{|$e.shopurl|}
18.12.2020, 17:39
Original comment available on version: ru


integrator wrote:

Alexander
Client wrote:
it is necessary that each product in the letter be a link to it

{|$e.shopurl|}

doesn't work, already tried
18.12.2020, 18:33
Original comment available on version: ru

integrator
integrator.com.ua
The final code for your viewport is this:
{|foreach from="$basketsArray" item="b"|}
{|$b.name|} {|$b.shopurl|}
{|/foreach|}
18.12.2020, 18:51
Original comment available on version: ru

Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter. Log in and comment