snackd
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: password access to posts with only specific tag?This is very cool. It looks like the Simple Membership plugin works perfectly for my needs. Thanks much, George.
Forum: Plugins
In reply to: [Facebook Page Photo Gallery] Some thumbnails do not display.Yep. Thanks much!
Forum: Plugins
In reply to: [Class Booking Plugin] Not a pop-up?What’s the status of this? Is there form validation yet?
Has anyone succeeded to get this working with paypal?
lordlinus, is there another way to make this more transactional? Like this:
payment > confirmation > now you are registered > receipt emailedThanks.
Forum: Plugins
In reply to: [MimeTypes Link Icons] icons not displayingOops my bad. it’s because of that stupid thing WP does where it creates a separate page with the document link. Actual links work fine. Thanks….
Forum: Plugins
In reply to: [Contact Form 7] disable email notificationsThank you, Miyoshi.
Forum: Plugins
In reply to: [Contact Form DB] paginationThat makes sense. Does it have to be ajax though? How about a php template tag that lets me pull in 200 entries at a go. Sure it would require page reload every once in a while, but it would suit my needs. Otoh, I don’t know if it’s worth anyone’s time doing that versus just writing your own database calls. Just a thought.
Thanks for your response, and your super-useful plugin, sir!
yep. glad some other folks are seeing this. the other post i saw was a month old w/o reply.
Forum: Plugins
In reply to: [Analyticator] "User roles to not track" not workingsame here. bummer. i was excited about getting some use out of it.
my setup:
wp 3.5
basically no other pluginshm….
any word on this being absorbed by wp core?
Forum: Plugins
In reply to: [Flickr Photo Album] drop-in replacement for Flickr Photo Album?flickr press (not to be confused with “flickrpress” which is also out of date) doesn’t seem to have quite as many features, but plays well with wp 3.04 — better still, the interface is almost identical to tan tan’s plugin. if you’re looking for a close match, i don’t think you’ll find better than this.
included:
- see your sets in wp admin
- albums show up in almost exactly the same way
not included:
- no flickr groups
- no lightbox, though it would be easy to add
- no caching, which results in urls are very slightly different
- no flickr comments
at least that’s from first glance, i could be wrong about some of this. please let me know if i am!
http://ww.wp.xz.cn/extend/plugins/flickr-press/
(yeah, the plugin page could def have more info…)Forum: Plugins
In reply to: [Flickr Photo Album] [Plugin: Flickr Photo Album] Can't Activatebump
WOW. it’s looking bleak. it doesn’t seem like it would be so very hard to make a plugin for WP E-commerce that changed the interaction like that….. basically, just check for the following at the point of “checkout confirmation”:
- Are any of the items marked as “calculate shipping later”?
- Is the buyer international?
- Has the buyer specified special shipping requirements of their own?
If the answer is NO to ALL of these, then complete the transaction normally.
If the answer is YES to ANY of these, then do this:- mark the transaction as pending.
- At this point, we calculate shipping and handling costs, add this amount to the total, and re-invoice.
- An email is sent to the buyer with a new total & a link back to our site, where the buyer can finalize the transaction & pay.
well, i can confidently say that wp e-commerce won’t do it either out of the box. The truth is, I don’t think there’s ANY e-commerce platform on the net that is built to do this out of the box. My situation, quite simply, does not map to the dominant e-commerce narative/metaphor.
But I know that other folks have dealt with similar problems. someone somewhere has a solution.
I know it’s a ridiculous problem and horrible way to interact with one’s customers. But that’s just how it has to be this time. 🙁 It’s just not possible to calculate shipping for all products. Whenever it’s at all even close to possible, I’ll make sure it happens and all this can be avoided.
So. What I’m really looking for is a system that allows for an conditional (ie, for some but not all products) extra step or state between the customer making up his mind, and actually paying. I’d like to take the order total, add a new line to it with an arbitrary charge, then re-send an invoice, which has a link back to the same invoice on our webportal.
sure but if you do that, your cms is going to get out of sync. at that point, why even sell things on your site? why not just have a static catalog & say “email me a payment if you want to buy something….” 😉