HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Market EditProduct button not functioning
Apache8075
New
in Feedback
When I'm in the Product Listing page and try to edit an existing product there is no response from the clicking the edit button on any product. I can delete them and add new products, but I can't edit them. Here is the link that the edit button is attempting to go to:
http://www.lovetheberry.com/forums/index.php?p=/settings/marketplace/listings#AddEditProduct
Any ideas?
0
Comments
you are redirecting between http -> https jquery doesn’t automatically follow redirects.
This link does work
https://www.lovetheberry.com/forums/index.php?p=/settings/marketplace/listings#AddEditProduct
becuase it is https
grep is your friend.
So where do I need to change the reference from http to https? I'm running the MarketPlace with ForceSSL ON to I would assume somewhere in the php or js files it should recognize this setting and use https: instead if http:.
I'm saying you need to use the link above.
I will consider forcing the back-end or resolving the url. Though I can't make this change right away, make do for the time being.
grep is your friend.
Thank you!