Forum Replies Created
-
AuthorPosts
-
August 22, 2016 at 3:50 am in reply to: Photo Seller – How do I link my pricing tables to my shopping cart #73999
Peter
MemberYou can’t link non-photo-seller items to the photo seller shopping cart. The item needs to be part of a gallery if you want to sell it using the shopping cart from photo seller plugin.
This is because the photo seller cart is specially designed to look for gallery properties when a product has been added to the cart.
You can use estore for selling non-gallery items as advised by wzp or see my workaround below.
Alternatively you can make this work using the photo seller as follows:
0) Create price list which has 3 physical variations:
– gold package
– platinum package
– diamond package
1) create a “dummy” gallery which which will represent your packages. This gallery will only have 1 photo. Also make sure to select the price list you created in the above step in this gallery’s settings.
Now when someone views that dummy gallery they will be able to purchase your packages using the photo seller cart.
August 22, 2016 at 3:37 am in reply to: Keywords shown (twice!) on the Photo Details page despite IPTC unchecked #73172Peter
MemberCan you please provide a link to the gallery page with the issue so I can see the problem occurring?
Peter
MemberHi Graham,
Currently there isn’t but I will investigate to see how much complexity and effort there is to add such a thing.
August 21, 2016 at 1:45 am in reply to: Unable to configure basic settings after activating the WP Photo Seller plugin #74005Peter
MemberThat error is not coming from the photo seller.
You will need to ask the developer of enhanced-media-library plugin about that.
Peter
MemberI think you’ve misread my answer.
You are referring to physical disk space but I am referring to PHP memory_limit which is actually how much of the available RAM the PHP processes are allowed to use.
Talk to your host provider and ask them to increase the PHP memory_limit value to 256M.
August 19, 2016 at 4:10 am in reply to: Photo Seller – Please clarify what pages are auto added/required? #73970Peter
MemberThe store page should have the following shortcode:
[WPS_store_home]
The albums home page should have the following shortcode:
[WPS_photo_albums_home]
Peter
MemberUpdate: I’ve sent you an updated version of the plugin to try which contains a solution.
Let me know how it goes.
Peter
MemberShort answer is: not currently.
See more details in this thread:
https://support.tipsandtricks-hq.com/forums/topic/pagination-jump-to-specific-page-number
Peter
MemberPlease check that you have the following setup correctly:
Log into your paypal account and check the following settings:
1) “Auto Return” (this should be enabled)
2) “Payment Data Transfer” (this should be enabled)
3) “Instant Payment Notification (IPN)” (this should be enabled).
4) UTF-8 formatting enabled as per https://support.tipsandtricks-hq.com/forums/topic/some-characters-and-text-not-recognizable-in-the-notification-email
August 17, 2016 at 5:41 am in reply to: WP PhotoSeller – Site Migrated, all gallery images broken. #73976Peter
MemberUsing FTP or CPanel file manager go to the following directory for your wordpress installation:
…..wp-content/uploads/wp_photo_seller
Once there examine the .htaccess file and make sure that the domain url is correct.
August 16, 2016 at 10:55 pm in reply to: Photo Seller – Please clarify what pages are auto added/required? #73967Peter
Member1. Currently the plugin expects the store page and its children to have a certain slug. Therefore based on this I recommend that you do not change these as it will most likely break things.
2. Yes (as per the above explanation)
3. The Admin page regeneration function was written to avoid duplication of pages as best as it can. If you see that happening please let us know.
You said above “You should not manually delete any gallery or album pages or the other pages created at install time.” – yet in the settings you can choose any page for some things. So if I choose, for eg, my Albums home page as my ‘Shop’ page, with the albums shortcode in it, presumably it’s OK to delete the Albums home page??
Yes for the album home page you can delete it as long as you put the shortcode in another page and set it in the settings.
However you should never manually delete an individual album or gallery page because the DB tables which store the albums and galleries have a direct reference to those individual page IDs.
Peter
MemberI recommend you do it as per my answer above. It is the safest and best way.
You can’t do it by editing the core photo seller file because you would lose changes when you upgrade to a newer release.
August 16, 2016 at 2:57 am in reply to: Photo Seller – Please clarify what pages are auto added/required? #73965Peter
MemberThe following pages are created at installation time:
store
store/cart
store/checkout
store/ipn
store/receipt
thankyou
photogallery
photo_details
In answer to your other questions – yes when you create a new gallery the plugin will automatically create a dedicated page for it. If you delete the gallery the plugin will also delete the page. The parent page for individual gallery pages is “photogallery”.
Same as above for albums. The individual album pages will have a parent page called “photoalbums”.
You should not manually delete any gallery or album pages or the other pages created at install time.
Peter
MemberYou can easily modify that heading by hooking into the in-built photo seller filter via your theme’s functions.php file.
See my answer in the following post which explains exactly what you should do:
https://support.tipsandtricks-hq.com/forums/topic/changing-titles-within-photo-seller
August 16, 2016 at 12:04 am in reply to: WP Photo Seller – Not directing buyer to PayPal from "Proceed to checkout" butto #73961Peter
MemberCan you please get a fresh version of the photo seller plugin and deactivate and delete your current version and activate the new one.
If the problem persists once you’ve done that please let us know.
-
AuthorPosts