robertrosanke
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliates Manager] 404 error after approved affiliate chose payment methodHello.
Thanks for the feedback.
I opened the Pages/Form tab in the settings and simply saved it again – without any adjustments.All of a sudden it works without any problems.
Thepage_idparameter in the URL now also shows an ID that we actually have.Can’t explain it to me
Sorry for the waste of time.
Forum: Plugins
In reply to: [Affiliates Manager] 404 error after approved affiliate chose payment methodHello.
I don’t know if it is related to the other problem.
What I notice when I compare our site with that of the other user: The starter of the other thread can enter a PayPal e-mail address.
On our site I can only select the PayPal payment method and continue.
The PayPal email address field does not appear.I checked out the DevTools.
In the HTML there is a field for the PayPal email input, but hidden with display:none.See image: https://thumbsnap.com/f/wQyVrQBk
If I show the field with custom CSS, enter an email address and click on “continue”, a 404 still comes up.
So there seem to be two errors:
- I can’t save my PayPal email because the field is hidden
- When I confirm my payment method, I get a 404 afterwards – even though I’ve provided a PayPal email address using DevTools
Thanks for the feedback.
We just went live with the customization right now.
Apparently it works and we can also eliminate the block styles on WooCommerce pages.Very good.
Topic can be closed.
Thanks.Thank you for your support and for explaining the thinking behind the “slick” handle!
Thanks for the answer.
Do you plan to offer something related to this functionality?This works right away.
Appreciate your help.
Thanks.Edit: When I talk about “after updating the plugin settings”, I’m not talking about TSF.
It’s a separate plugin that has nothing to do with TSF.Thanks for the feedback.
I assume that many WooCommerce users use a plugin to improve the rating function or have even programmed something themselves.
Would you like to work on a feature to link the Review Feed fields to your own content/comment meta?
Or at least a filter hook that passes a feed review entity as php array along with the associated comment including all metadata so at least developers can customize the feed before being converted to XML?
Example “feed review as php array”:
[ "title" => 'abc', 'content' => 'great product', 'timestamp' => '123456', 'products' => [...] ... ]We also have custom comment meta for “is anonymous”.
A filter – whether in the interface or via hook – is probably helpful for the product review feed.
A filter hook might also help with the following issue: Google Product Review Feed: Link all variants of a variable product to a review.
Developers could find solutions themselves at the product level.What do you think about a filter hook as an efficient solution for the limited options in the interface?
(The interface could always be expanded later. Would be first a solution – better than none.)