Duplicate Additional option for the item

NotDrink

Customer
Hello.
In the global settings, there is an option "Display items in postbit".

postbit.jpg

But I need to make sure that not all purchased items are displayed in the postbit.
Therefore, I ask you to make an additional option "Display item in postbit" for each item so that I can choose whether to display the item in the postbit or not.
And if possible, add an option "Display items in postbit" for a group of users so that I can configure which users to show items in the postbit.
Sorry for my English, I use an online translator.
Thank you in advance.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Thanks. So I misunderstood this option.
And how do I configure the display of items in postbit for certain user groups?
 
That is not currently possible and there's no plans to add that feature at this time.
 
Can I use the following code to modify the "message_macros" template?
Instead of the standard "Replace" code like this:
HTML:
<xf:if is="{$xf.visitor.isMemberOf(x)}">
<xf:include template="dbtech_shop_postbit" />
</xf:if>
$0
 
I don't think you can change template modifications, but you can make that edit to the postbit template itself, sure.
 
Back
Top