tommyp
Forum Replies Created
-
Forum: Plugins
In reply to: [Shopp] Images only partially upload.Forum: Plugins
In reply to: [Tumblr Crosspostr] Link to tumblr post in templateGot it! For anyone else wondering, this would give you a link to the post on Tumblr:
<?php $baseurl = get_post_meta($post->ID, 'tumblr_base_hostname', true); $postid = get_post_meta($post->ID, 'tumblr_post_id', true); ?> <a href="http://<?php echo $baseurl; ?>/post/<?php echo $postid; ?>">View this post on tumblr</a>Thanks for the fast reply!
Forum: Plugins
In reply to: [Shopp] Paypal Service UpgradesAh great, thanks. So if you dont use an SSL certificate its nothing to worry about? That’s good to know!
Forum: Plugins
In reply to: [Simple Shopping Cart] Submit Add to Cart without reloading pageHi,
I just wondered if there was ever an update on how to do this? I’m working on another site that it would be really useful for. What would the script on the server need to look like to listen to the even and dynamically add/remove items?
Thanks
Forum: Plugins
In reply to: [Shopp] Flash Image Uploading on SafariHi Chaoix,
I’ve opened the console and I’m not getting any errors or anything, it’s really strange! I’ve tried disabling all the other plugins aswell to make sure there’s no issues there, no idea what it could be!
Forum: Plugins
In reply to: [Shopp] Flash Image Uploading on SafariYeah, Shopp 1.3.9
Forum: Plugins
In reply to: [Shopp] Flash Image Uploading on SafariThanks for the reply!
It’s Safari 8.0.4. I can replicate the error on three different machines I’ve tried on so not sure if that’s the problem. The flash based upload has this problem then if I switch it off the other more basic file uploader will only let me upload one file, then I have to save the page before I can upload another.
Forum: Plugins
In reply to: [Simple Shopping Cart] Submit Add to Cart without reloading pageThanks mbrsolution!
Forum: Plugins
In reply to: [Simple Shopping Cart] Submit Add to Cart without reloading pageHi, mbrsolution.
I’m working on the site locally currently so there’s no URL yet to share.
Basically the structure of my site is a header and then a content area with a wrapper and my load function is something along these lines, just with some animation added.
function init() { //My callback functions in here, initiate slideshows etc } $('body').delagate('#header a', 'click', function(event) { event.preventDefault(); var $url = $(this).attr('href'); $('#content').load($url + ' #wrapper', function() { init(); }); });So currently when the user clicks the submit button, the page reloads and the item is added to the cart. What I’d like however is to be able to submit the form data without the page reloading. Then be able to navigate to the cart page using .load().
Thanks!
Forum: Plugins
In reply to: [Jigoshop] [Plugin: Jigoshop] PaymentSense compatible?Hi Tom,
Ah right, sorry I must have misread your post, I thought you said that WP simple paypal shopping cart already supports paymentsense.
Thanks,
TomForum: Plugins
In reply to: [Jigoshop] [Plugin: Jigoshop] PaymentSense compatible?Hi Tom,
I have a client who is just switching from Paypal to Paymentsense. So the WP Simple Paypal Shopping Cart plugin works with Paymentsense? How easy is it to set up?
Thanks
Tom