Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › photo seller – total not updating when add number to buy
- This topic has 20 replies, 3 voices, and was last updated 6 years, 9 months ago by Peter.
-
AuthorPosts
-
February 10, 2017 at 3:29 am #14002photo-5Spectator
Hi there,
A very small issue, but I feel one that would be a bit disconcerting for a customer.
In the photo Details page, where the price is displayed, when you add 1 in the Qunatity box to purchase it, it ONLY updates the price in the Total if you then press the Tab key.
Clicking outside of the Quantity box does nothing, and the cursor remains in the Quantity box.
Pressing Enter, adds it straight to the Cart without showing you the confirmed total price first.
All pugins and WP are running on the latest versions on our site.
You can see how it’s working on any of our products – here’s a link to one of them if that helps:
[www.trevorpenfold.com/photo_details/7/5627/Visions-of-Nature/view/]
Looking forward to your thoughts, j
February 12, 2017 at 1:44 am #75159PeterMemberOn all of my test sites I don’t see that issue and I have never seen it so far with our customers.
I think something in your theme may be causing this.
Can you try a test by reverting your theme to one of the default wordpress themes to see if the problem persists?
February 12, 2017 at 1:54 am #75160PeterMemberUPDATE: I have also noticed that after I change the quantity on your page, your site does not allow you to click the focus away from the quantity box. This is in turn preventing the photo seller javascript code from running which detects the change in the quantity and in turn updates the total.
This sounds like you have some kind of page protection built into your page content. You will need to turn this off if you want the photo details page to work properly.
February 16, 2017 at 9:51 pm #75161photo-5SpectatorHi there,
Yes, you’re right “This sounds like you have some kind of page protection built into your page content”.
I had ‘WP Content Copy Protection & No Right Click’ activated – excellent plugin.
So it works correctly when this plugin is deactivated. BUT the problems return when I activate WP Photo Seller ‘Enable Copy Protection’.
Can you look at this, as surely it should work correctly with your settings options?
Thanks, j
February 3, 2018 at 8:54 pm #75162tralayMemberdid anyone ever get to this? i paid too much money for this plugin to be ignored
February 4, 2018 at 4:33 am #75163PeterMemberHi tralay
What is the actual problem you are seeing and can you please provide steps for me to reproduce it?
February 4, 2018 at 1:47 pm #75164tralayMemberon my page [https://www.theoriginalinkcompany.com/toicshop/store/photo_details/2/53/DSCN0574_Optimizer/view/]
the javascript is being blocked because of mixed content and I can’t find it anywhere. Apparently when you are using https every url in all the scripts need to be declared in https and not http. I’ve went through and painstakingly changed a bunch. I’m suspecting which ever script is injecting the link rel url to the jquery ui css script but i don’t know which file does that.
February 4, 2018 at 1:52 pm #75165tralayMemberi used the inspect element tool on all of the other pages, but when you click the add to cart button on the pop up photo and it takes you to photo details page, then select the number of photos you want and add to cart, the page it returns that asks if you want to continue shopping or view cart gives this error
Blocked loading mixed active content “http://www.theoriginalinkcompany.com/toicshop/?wps_load_dynamic_js=js-gallery-photo-details”
that is supposed to be showing https://
February 4, 2018 at 1:59 pm #75166tralayMemberalso my browser is warning me that the page is trying to load a script from unauthenticated resources
February 4, 2018 at 9:15 pm #75167tralayMemberwell, i guess i’m going to delete the script and get paypal or my bank to stop the payment.
February 4, 2018 at 11:12 pm #75168tralayMemberi just noticed that the problem is where the
///////$.ajax({
type: “POST”,
url: ‘http://www.theoriginalinkcompany.com/toicshop/wp-admin/admin-ajax.php’,////////
it is causing the https to be converted to http, i don’t know where this file is.
February 4, 2018 at 11:31 pm #75169PeterMemberHi,
Thanks for the feedback.
I will go into the code and investigate further and fix if necessary. Will keep you posted.
February 4, 2018 at 11:45 pm #75170tralayMemberi got the code fixed to change it back to https, but it is still showing that it is being served over an insecure server
February 4, 2018 at 11:52 pm #75171tralayMemberi have a feeling that more pages are being called to return an http instead of https, which is probably why the script is still being blocked
February 5, 2018 at 12:52 am #75172tralayMemberanother thing to think about is that sometimes the //pathway/somefile doesn’t return the correct protocol, I’ve had trouble with it on some themes and had to hard code all them to https. it looks like theres a jquery.ui.css that isn’t hard coded to https, that may have an effect, i don’t know, and i can’t find that particular code.
-
AuthorPosts
- You must be logged in to reply to this topic.