14-Jul-2020, 01:47 AM
Hi,
Sites like ebay allow you to comment on individual seller, i.e., individual user can comment on another user of the system.
My site is an ebay style one, what steps do I need to integrate commentics? I found:
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
So if I set identifier to a selling order id, reference to the order number, will it work? but how do I link all comments to a specific seller?
If I set $cmtx_identifier to seller id, reference to seller name, I also want to make sure that the buyer can only comment on a one transaction once.
Can someone help?
Many Thanks
Sites like ebay allow you to comment on individual seller, i.e., individual user can comment on another user of the system.
My site is an ebay style one, what steps do I need to integrate commentics? I found:
$cmtx_identifier = '1';
$cmtx_reference = 'Page One';
So if I set identifier to a selling order id, reference to the order number, will it work? but how do I link all comments to a specific seller?
If I set $cmtx_identifier to seller id, reference to seller name, I also want to make sure that the buyer can only comment on a one transaction once.
Can someone help?
Many Thanks