Condition on TrustPilot ReviewsMagento 2 get product details in product review list phtml?How to disable/enable a product for admin store programatically in Magento2?How to check if there are recently viewed productsHole punching full page cache on magento 2how to hide minicart content if subtotal is greater than $100000 in magento 2?Magento 2 Product detail page show content without TabsMagento2: Reviews storeDisplay reviews in home page magento 2Magento 2 filter customer collection by website id wise in admin gridGet lowest product groupedprice
Gauss brackets with double vertical lines
How do you justify more code being written by following clean code practices?
Should I be concerned about student access to a test bank?
Can a university suspend a student even when he has left university?
Can "few" be used as a subject? If so, what is the rule?
Determine voltage drop over 10G resistors with cheap multimeter
What is it called when someone votes for an option that's not their first choice?
Should a narrator ever describe things based on a characters view instead of fact?
How to find the largest number(s) in a list of elements, possibly non-unique?
10 year ban after applying for a UK student visa
Jem'Hadar, something strange about their life expectancy
"Marked down as someone wanting to sell shares." What does that mean?
Would mining huge amounts of resources on the Moon change its orbit?
Knife as defense against stray dogs
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
pipe commands inside find -exec?
Fair way to split coins
Hackerrank All Women's Codesprint 2019: Name the Product
Print a physical multiplication table
Imaginary part of expression too difficult to calculate
Why I don't get the wanted width of tcbox?
Interior of Set Notation
Asserting that Atheism and Theism are both faith based positions
When did hardware antialiasing start being available?
Condition on TrustPilot Reviews
Magento 2 get product details in product review list phtml?How to disable/enable a product for admin store programatically in Magento2?How to check if there are recently viewed productsHole punching full page cache on magento 2how to hide minicart content if subtotal is greater than $100000 in magento 2?Magento 2 Product detail page show content without TabsMagento2: Reviews storeDisplay reviews in home page magento 2Magento 2 filter customer collection by website id wise in admin gridGet lowest product groupedprice
I am using Magento 2 extension for TrustPilot to display reviews on the Product detail page. I want to restrict if that product has minimum no of reviews means, only Trustpilot content should display.
Is there any way to achieve it.?
Also, it may help if I get to know to no of reviews on those products. Is there any way to get it?
Thanks in advance.
magento2 third-party-module
add a comment |
I am using Magento 2 extension for TrustPilot to display reviews on the Product detail page. I want to restrict if that product has minimum no of reviews means, only Trustpilot content should display.
Is there any way to achieve it.?
Also, it may help if I get to know to no of reviews on those products. Is there any way to get it?
Thanks in advance.
magento2 third-party-module
add a comment |
I am using Magento 2 extension for TrustPilot to display reviews on the Product detail page. I want to restrict if that product has minimum no of reviews means, only Trustpilot content should display.
Is there any way to achieve it.?
Also, it may help if I get to know to no of reviews on those products. Is there any way to get it?
Thanks in advance.
magento2 third-party-module
I am using Magento 2 extension for TrustPilot to display reviews on the Product detail page. I want to restrict if that product has minimum no of reviews means, only Trustpilot content should display.
Is there any way to achieve it.?
Also, it may help if I get to know to no of reviews on those products. Is there any way to get it?
Thanks in advance.
magento2 third-party-module
magento2 third-party-module
asked 13 hours ago
Shajitha BanuShajitha Banu
50110
50110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Seems possible only if you are able to call TristPilot Api's to fetch details if review is added or not.
I think on details page you need to call TrustPilot api to get that product review and apply your condition as needed.
May be these links be helpful in achieving the same:
https://developers.trustpilot.com/product-reviews-api
https://developers.trustpilot.com/tutorials/how-to-get-product-reviews-from-the-trustpilot-api
May be this one be helpful:
https://developers.trustpilot.com/product-reviews-api#get-product-reviews
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266361%2fcondition-on-trustpilot-reviews%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Seems possible only if you are able to call TristPilot Api's to fetch details if review is added or not.
I think on details page you need to call TrustPilot api to get that product review and apply your condition as needed.
May be these links be helpful in achieving the same:
https://developers.trustpilot.com/product-reviews-api
https://developers.trustpilot.com/tutorials/how-to-get-product-reviews-from-the-trustpilot-api
May be this one be helpful:
https://developers.trustpilot.com/product-reviews-api#get-product-reviews
add a comment |
Seems possible only if you are able to call TristPilot Api's to fetch details if review is added or not.
I think on details page you need to call TrustPilot api to get that product review and apply your condition as needed.
May be these links be helpful in achieving the same:
https://developers.trustpilot.com/product-reviews-api
https://developers.trustpilot.com/tutorials/how-to-get-product-reviews-from-the-trustpilot-api
May be this one be helpful:
https://developers.trustpilot.com/product-reviews-api#get-product-reviews
add a comment |
Seems possible only if you are able to call TristPilot Api's to fetch details if review is added or not.
I think on details page you need to call TrustPilot api to get that product review and apply your condition as needed.
May be these links be helpful in achieving the same:
https://developers.trustpilot.com/product-reviews-api
https://developers.trustpilot.com/tutorials/how-to-get-product-reviews-from-the-trustpilot-api
May be this one be helpful:
https://developers.trustpilot.com/product-reviews-api#get-product-reviews
Seems possible only if you are able to call TristPilot Api's to fetch details if review is added or not.
I think on details page you need to call TrustPilot api to get that product review and apply your condition as needed.
May be these links be helpful in achieving the same:
https://developers.trustpilot.com/product-reviews-api
https://developers.trustpilot.com/tutorials/how-to-get-product-reviews-from-the-trustpilot-api
May be this one be helpful:
https://developers.trustpilot.com/product-reviews-api#get-product-reviews
answered 12 hours ago
NarendraNarendra
10710
10710
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266361%2fcondition-on-trustpilot-reviews%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown