-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR-22076] [Placements] Update integration lib to specify div #329
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Bohdan Zhuravel <[email protected]>
@@ -35,6 +38,8 @@ Shopify Platform | |||
#. **Configure Campaign and Placement.** Create a new Campaign with Post Purchase type of Placement, | |||
configure it and launch. It will be automatically attached to the Post Purchase Placement and so, | |||
show up to your customers every time they purchase successfully on your site. | |||
|br| | |||
In the placement settings, you can now change the `div` id value. It can be customized to any value you type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bohdan-perekhrest Should customer update something on a page or integration when updating div value for placement or it will be automatically dynamically created with the proper id?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, customer must go and change div on his page to the same as placement container name value.
@@ -51,6 +56,8 @@ Magento Platform | |||
#. **Configure Campaign and Placement.** Create a new Campaign with Post Purchase type of Placement, | |||
configure it and launch. It will be automatically attached to the Post Purchase Placement and so, | |||
show up to your customers every time they purchase successfully on your site. | |||
|br| | |||
In the placement settings, you can now change the `div` id value. It can be customized to any value you type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As this change can easily break the integration + it requires div
to be updated in sync on site after changes in Admin panel I think we should make editing of Talkable Container DIV Staff only feature that will be used by PS team only. Because of this we shouldn't document DIV editing in this documentation but just actualise div values we communicate
Backend part: talkable/talkable#9777
Integration part: talkable/talkable-integration#743
Related Stories