v1.6-v1.7 Prestashop Product, Shop Reviews, Reminder, Profile, Rich Snippets Module- Feedback

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
hard to understand. I can not see you screenshot because "no react today".
1. You try write on Turkish. May be i understand because Turkish good translate to my language.
2. For screenshots use JOXI it is send url or you can past image here from the clipboard buffer.
3. Take this App and save me video about you problem. https://fex.net/ru/s/vc02ybz
send video to https://fex.net/ and me send url

If i understand you wand delete URL from customer email?
Do video or joxi detailed screenshot report about you wish!
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
I'm not able to understand why you're seeing my post in Turkish, I write it in English, and I'm able to see the pics as well without reacting, it's really strange!
I'll try your app.
Meanwhile, I'm attaching a screenshot of this page to show you how I actually write the post, but I'm not sure if you'll be able to see the image, if you're still not seeing the image, then I'll try another way.

Screenshot 2021-06-24 234737.jpg
Post automatically merged:

Ok, I used joxi for pics and it's great!
And here is my problem-
When the module sends reminder emails to the users to ask them to write a review about the product they bought, the user gets a reminder email with the product links, and when they click the product link to write a review, the module adds "#idTab777" at the and of the product URL.
Here are the URL examples-

Actual product URL - www.domain.com/tshirts/1-faded-short-sleeves-tshirt
URL generated by the module for emails - www.domain.com/tshirts/1-faded-short-sleeves-tshirt#idTab777

This code "#idTab777" is causing the problem, because this URL opens the "Write Review" form on the product page to write the review, and the form opens directly without clicking the "Write Review" button, it bypasses your patch and doesn't show 5-stars as default.

Below is the screenshot URL, I get this page after clicking the product link in the reminder email sent by the module.
 
Last edited:

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
My apologize about Turkish. I have seen messages in this post on turkish, made the wrong decision.
I'll do repeat your actions to see the problem. And try to fix it.
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
No problem at all :) I was just curious why my messages are being translated into Turkish.
There are two possibilities to fix the problem-

1. Remove this code "#idTab777" from the URL.
2. Add the same condition as the "Write Review" button to make the "5-stars" default choice when this URL is clicked.

I didn't want to bother you too much, so I tried for 3 hours to find the related code, but I couldn't, and that's why I had to post here again.
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
What i will do to see reminder email. Just buy product? I did it but no receive reminder email.

Try this. I have a guesses may be it here
try to replace this
. $data_translate['rate_post'] . ' <a href="' . $product['link'] . '#idTab777" style="color:#DB3484;
to this
. $data_translate['rate_post'] . ' <a href="' . $product['link'] . '" style="color:#DB3484;


delete only #idTab777 nothing else


1624569013208.png
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
That's it!! You're the BEST! Now everything is PERFECT, I couldn't do it without your help :)
Thanks a million :love:
Kind Regards
P.S. I'm not able to react to your comments, getting this error "You have reached the amount of times you can react today."
If I had been able to, I would have reacted to each of your comments :)
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
If you need help in future - create private conversation in this forum I'll give you my E-mail or Telegram messenger.
No need "Likes" :)

P.S. few day i not delete test site.
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
I would do that for sure :)
Thank you so much for your generosity.
Kind Regards
Post automatically merged:

Hello, again friend!

I'm having a problem with the buttons on the product page, I have attached screenshots with details.
The problem only occurs when any of the two buttons are clicked to submit a review.
Please check the screenshots-

1. http://joxi.ru/LmGWZPKHgw3Q3m
2. http://joxi.ru/KAgVQ6DTNEw4k2

Thank you so much for being so kind to me.
Kind Regards
 
Last edited:

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
I would do that for sure :)
Thank you so much for your generosity.
Kind Regards
Post automatically merged:

Hello, again friend!

I'm having a problem with the buttons on the product page, I have attached screenshots with details.
The problem only occurs when any of the two buttons are clicked to submit a review.
Please check the screenshots-

1. http://joxi.ru/LmGWZPKHgw3Q3m
2. http://joxi.ru/KAgVQ6DTNEw4k2

Thank you so much for being so kind to me.
Kind Regards
Hello. Don't see you message. If you need help, give me few days install demo site. Pls remined me module that you use?!
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
Hello, nice to see you again!

I was using this module- https://www.nulledfrm.com/threads/p...ws-reminder-profile-rich-snippets-module.331/

This module version is 1.6, but I arranged module version 1.7.6 from somewhere else (These are module versions, not the Prestashop versions). The last problem was solved after replacing the module with the newer version, and now it displays a success message after posting the reviews, but now I lost the previous modifications because your modification code is not working with the new module version in these two files- reviewsblockextraright.tpl and reviewsblockextrarleft.tpl.
The code worked perfectly for the other files.

I'm attaching the new version.

Thank you so much for your help.
 

Attachments

  • spmgsnipreview.zip
    7.9 MB · Views: 4

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
I tried the above code and replied in the "Conversation" earlier today, but now I'm not able to see my reply and your messages in the "Conversation", it's really strange.
However, I tried the above code, but after inserting this code, the products are disappeared from the home page, they only appear after clicking one of these buttons on the home page- NEW ARRIVALS, POPULAR, SPECIALS, BEST SELLERS.
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
I tried the above code and replied in the "Conversation" earlier today, but now I'm not able to see my reply and your messages in the "Conversation", it's really strange.
However, I tried the above code, but after inserting this code, the products are disappeared from the home page, they only appear after clicking one of these buttons on the home page- NEW ARRIVALS, POPULAR, SPECIALS, BEST SELLERS.
Yah bro. On N-try I have saw you message.

Delete previous edition. And in same file add other code like a screenshot

complete function as example

function show_form_review(par){

$('#add-review-block').toggle();
$('#no-customers-reviews').toggle();

if(par == 1){
$('.spr-summary-actions .btn-spmgsnipreview').parent().hide();
rating_review_shop('rat_rel1',5); rating_checked1=true;
} else {
$('.spr-summary-actions .btn-spmgsnipreview').parent().show();

}
}
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
Thank you so much, bro! Should I remove all previous modifications from all other files and just insert this code? Please let me know.
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
Thank you so much, bro! Should I remove all previous modifications from all other files and just insert this code? Please let me know.
I mean in file www/modules/spmgsnipreview/views/js/spmgsnipreview.js
But you have a point. New method set 5 star everytime when form show.
 

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
Thank you so much! I'll try it in a while and let you know if I find any problem.
Your help is priceless ❤️
Kind Regards
Post automatically merged:

I just tried the code, unfortunately, it's not working for the button beside the product image.
Please see the screenshot.
Screenshot 2021-06-24 151227.jpg
 
Last edited:

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
Use joxi because "limit react to day".
variant A

Leave previous code.
and add this
Post automatically merged:

Variant B
Leave this code
Yah bro. On N-try I have saw you message.

Delete previous edition. And in same file add other code like a screenshot

complete function as example

function show_form_review(par){

$('#add-review-block').toggle();
$('#no-customers-reviews').toggle();

if(par == 1){
$('.spr-summary-actions .btn-spmgsnipreview').parent().hide();
rating_review_shop('rat_rel1',5); rating_checked1=true;
} else {
$('.spr-summary-actions .btn-spmgsnipreview').parent().show();

}
}
do not add code from screenshot Variant A
add code from this screenshot

it is same variant
 
Last edited:

Marc

Active member
XNullUser
Joined
Feb 27, 2021
Messages
502
Reaction score
33
Points
28
NullCash
39
You're the BEST!! This is the most perfect code, it is working even with the links in the review request emails.
Thank you so much for your generosity ❤️
Kindest Regards.
 

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,538
Reaction score
1,530
Points
113
NullCash
4,422
You're the BEST!! This is the most perfect code, it is working even with the links in the review request emails.
Thank you so much for your generosity ❤️
Kindest Regards.
Glad I could help ;)
 
Top