We now have this letter - https://vuuoksa-home.crm-onebox.com/admin/shop/event/view/file/3660/?eventid=3045
1. If the product is on sale, how can I specify the price for the regular and discounted product? Through {|$discountSum|}?
2. Is it possible to somehow make the products from the email clickable and the links lead directly to our site and a certain position? https://prnt.sc/vsqc5u
3. "Unsubscribe" - how to be in this case? What link should be put so that we can remove the mailbox from the mailing list in CRM?
four.
We now have this letter - https://vuuoksa-home.crm-onebox.com/admin/shop/event/view/file/3660/?eventid=304... 1. If the product is on sale, how can I specify the price for the regular and discounted product? Through {|$discountSum|}? 2. Is it possible to somehow make the products from the email clickable and the links lead directly to our site and a certain position? https://prnt.sc/vsqc5u 3. "Unsubscribe" - how to be in this case? What link should be put so that we can remove the mailbox from the mailing list in CRM? four.
Roman wrote: 1. If the product is on sale, how can I specify the price for the regular and discounted product? Through {|$discountSum|}?
In the array of products in the price tag, the discounted price, if any, is already formed. As an option - for 1 hour of revision, we can finalize the real price of the goods for you without taking into account discounts - and then write to yourself in the if template, etc.
2. Is it possible to somehow make the products from the email clickable and the links lead directly to our site and a certain position? https://prnt.sc/vsqc5u
Wrap in the link template instead of the name, where in the href insert the get variable from the element by the key shopurl for the product (as I understand it, you have foreach for products there)
3. "Unsubscribe" - how to be in this case? What link should be put so that we can remove the mailbox from the mailing list in CRM?
Variable {|$unsubscribe|}
[quote]
Roman wrote:
1. If the product is on sale, how can I specify the price for the regular and discounted product? Through {|$discountSum|}?
[/quote]
In the array of products in the price tag, the discounted price, if any, is already formed.
As an option - for 1 hour of revision, we can finalize the real price of the goods for you without taking into account discounts - and then write to yourself in the if template, etc.
[quote]
2. Is it possible to somehow make the products from the email clickable and the links lead directly to our site and a certain position? https://prnt.sc/vsqc5u
[/quote]
Wrap in the link template instead of the name, where in the href insert the get variable from the element by the key shopurl for the product (as I understand it, you have foreach for products there)
[quote]
3. "Unsubscribe" - how to be in this case? What link should be put so that we can remove the mailbox from the mailing list in CRM?
[/quote]
Variable {|$unsubscribe|}
Maxim, thank you! And the last question, there is a block with recommended products - https://prnt.sc/vtc0m0 Is it possible to show random products (or from a certain category) and links to our site?
Maxim, thank you!
And the last question, there is a block with recommended products - https://prnt.sc/vtc0m0
Is it possible to show random products (or from a certain category) and links to our site?
And on the 2nd question and the shopurl variable, I did not fully understand. Since it is not in the list - https://vuuoksa-home.crm-onebox.com/admin/directory/variable/ It turns out that a href="" I insert the shopurl variable? And where in the cards of the product itself to indicate a link to the product in our store?
And on the 2nd question and the shopurl variable, I did not fully understand. Since it is not in the list - https://vuuoksa-home.crm-onebox.com/admin/directory/variable/
It turns out that a href="" I insert the shopurl variable?
And where in the cards of the product itself to indicate a link to the product in our store?
Roman wrote: And the last question, there is a block with recommended products - https://prnt.sc/vtc0m0 Is it possible to show random products (or from a certain category) and links to our site?
I recommend that you familiarize yourself with the "Product Lists" functionality in the system, and then if you have any questions, create a separate topic on the forum - you will be given an answer to them. In this topic, we deal with the letter.
Roman wrote: And on the 2nd question and the shopurl variable, I did not fully understand. Since it is not in the list - https://vuuoksa-home.crm-onebox.com/admin/directory/variable/ It turns out that a href="" I insert the shopurl variable? And where in the cards of the product itself to indicate a link to the product in our store?
Without seeing the template itself (where you have it configured) - I can only suggest you presumably. This variable leads to an online store, if there is one - I don’t see it for you (there was no link to onebox right away), respectively, the variable will not work. To avoid modifications - create an additional field for the product, fill in the link there - and display the variable of this field in the template.
[quote]
Roman wrote:
And the last question, there is a block with recommended products - https://prnt.sc/vtc0m0
Is it possible to show random products (or from a certain category) and links to our site?
[/quote]
I recommend that you familiarize yourself with the "Product Lists" functionality in the system, and then if you have any questions, create a separate topic on the forum - you will be given an answer to them.
In this topic, we deal with the letter.
[quote]
Roman wrote:
And on the 2nd question and the shopurl variable, I did not fully understand. Since it is not in the list - https://vuuoksa-home.crm-onebox.com/admin/directory/variable/
It turns out that a href="" I insert the shopurl variable?
And where in the cards of the product itself to indicate a link to the product in our store?
[/quote]
Without seeing the template itself (where you have it configured) - I can only suggest you presumably.
This variable leads to an online store, if there is one - I don’t see it for you (there was no link to onebox right away), respectively, the variable will not work.
To avoid modifications - create an additional field for the product, fill in the link there - and display the variable of this field in the template.
Without seeing the template itself (where you have it configured) - I can only suggest you presumably. This variable leads to an online store, if there is one - I don’t see it for you (there was no link to onebox right away), respectively, the variable will not work. To avoid modifications - create an additional field for the product, fill in the link there - and display the variable of this field in the template.
Created an additional shopurl field (string) The variable turns out like this - {|$customuser_shopurl|} ? I registered it in the letter and indicated the link in this field for the product I sent myself a test email, but there was no link in it Where did you go wrong?
[quote]
Tyndyk Maxim Vadimovich
Administrator wrote:
[quote]
Without seeing the template itself (where you have it configured) - I can only suggest you presumably.
This variable leads to an online store, if there is one - I don’t see it for you (there was no link to onebox right away), respectively, the variable will not work.
To avoid modifications - create an additional field for the product, fill in the link there - and display the variable of this field in the template.
[/quote]
Created an additional shopurl field (string)
The variable turns out like this - {|$customuser_shopurl|} ?
I registered it in the letter and indicated the link in this field for the product
I sent myself a test email, but there was no link in it
Where did you go wrong?
Created an additional shopurl field (string) The variable turns out like this - {|$customuser_shopurl|} ? I registered it in the letter and indicated the link in this field for the product I sent myself a test email, but there was no link in it Where did you go wrong?
Created an additional shopurl field (string)
The variable turns out like this - {|$customuser_shopurl|} ?
I registered it in the letter and indicated the link in this field for the product
I sent myself a test email, but there was no link in it
Where did you go wrong?
Understood with a variable. If it is simply registered separately, then it is displayed. And if so, then no: <td align="center" class="desktop-spacer" width='250'><p class="desktop-name-cart" style="text-align: left; font-family: Arial, Helvetica, sans- serif, 'Open Sans';" >{|$b.name|}</p></a></td> What could be the problem?
Understood with a variable. If it is simply registered separately, then it is displayed. And if so, then no:
<td align="center" class="desktop-spacer" width='250'><p class="desktop-name-cart" style="text-align: left; font-family: Arial, Helvetica, sans- serif, 'Open Sans';" >{|$b.name|}</p></a></td>
What could be the problem?
Understood. There was a problem with the closing tag. I apologize for the flood, the last messages can be deleted. Just take a look at the "Product List"
Understood. There was a problem with the closing tag. I apologize for the flood, the last messages can be deleted. Just take a look at the "Product List"
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
Donate
You don't have enough funds in your account Top up