Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I have my pricing schemes set and they work well with Magnific on desktop, but when using a mobile device and Touch theme, the photos all use the default scheme. I obviously don't want to use the default scheme.
I have the 'cart item pricing' set to use the 'headline' metadata field instead of 'category' if that makes a difference.
Gallery link: http://www.armstrongactionphotography.c … 808_vb_jv/
Click the product dropdown and you'll see one set of products listed using a computer, and a totally different set using mobile device.
I have cleared caches, reset cart and used a new mobile device that has not visited the site before.
Offline
I uploaded a new gallery with the mobile theme set to Magnific and tested it and its doing the same thing. How am I getting two different product listings across desktop/mobile devices? Where have I messed up?
Offline
I have since deleted the default pricing scheme via cart admin and now mobile devices show no products available for purchase. Desktop access still works fine.
Last edited by b0xii (2014-08-23 06:10:58)
Offline
It looks like the non-Publisher mobile pages are over-writing the mixed pricing with the uniform pricing profile.
Are you using mixed pricing for all of the photos in the gallery? If they all have the same pricing profile then setting the uniform pricing profile to 'individual' should solve the problem.
Offline
I have three different pricing schemes that I use.
Offline
Do you use more than one scheme in a given gallery?
Offline
In quite a few galleries I use two schemes within the same gallery. I use three schemes in total.
Offline
When should I expect a fix for this? I'm stuck not being able to go live until the mobile side works correctly.
Offline
For the time being, you could use Magnific for the mobile presentation. At least you could go live.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Using Magnific for mobile theme produces the same error. Doesn't look to be theme specific, looks to be the whole mobile side of things.
Here's a Magnific test gallery:
Offline
Is there a way to turn off the mobile presentation, so devices don't go to xxx.mobile.php until this is worked out?
Also, how do I insert 'Category' into cart item pricing under Image Info panel? I had previously changed this to Headline, and do not see a way to go back to category. Whenever I go to custom, and look under IPTC Data, there's no 'category' field that comes up in the drop down boxes in Lightroom. Manually entering {Category} does not work with or without the ALT 175 >> chevron character inserted.
Last edited by b0xii (2014-08-24 03:19:13)
Offline
In my tests, the cart works with the large image view using Magnific or Touch as the mobile presentation. This is likely a server compatibility problem then that Ben will need to look at.
Also, how do I insert 'Category' into cart item pricing under Image Info panel?
I can't see that you can. The way Gallery is set up by default, you'll see "Custom Settings" in Cart Item Pricing in the Image Info control pane. Just leave this as is and that will set up the Category field for use by the cart.
If using Publisher, the Category token is already entered in the Publisher section of Output settings > Metadata Options > Cart Item Pricing
Last edited by rod barbee (2014-08-24 07:22:10)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Well whatever information he needs, I'll provide. Just kind of up against the wall as far as time goes. Was hoping to have this installation completed by now.
I'm not currently using Publisher.
Last edited by b0xii (2014-08-24 04:14:00)
Offline
This is an issue with the Gallery plugin - I'm waiting for Matt to chime in.
A quick fix would be to disable the mobile redirect. To do so, edit your gallery's index.php files, changing these lines:
if (screen.width < 768 || navigator.userAgent.match(/Android|Blackberry|SymbianOS|iPhone|iPod|iPad/i)){
window.location.replace('mobile.php'); }
to
//if (screen.width < 768 || navigator.userAgent.match(/Android|Blackberry|SymbianOS|iPhone|iPod|iPad/i)){
//window.location.replace('mobile.php'); }
Offline
I'll put in a fix for next release.
Offline
OK, thank you.
Offline
Pages: 1