sparkweb
Forum Replies Created
-
Hi KerriM,
(So sorry for the delay on response. Please email directly via foxy-shop.com for quicker support.)
The issue here is that you don’t have a form setup – the add to cart is just a link. So I’d grab some of the code from the single product template to create your form for each product inside of the loop.
I don’t know, you’ll have to play around with the SQL some more and figure out what’s going on. Sorry it didn’t work….
Yes, but it would be the query. Something like:
UPDATE wp_postmeta SET meta_value = (SELECT post_title FROM wp_posts WHERE post_id = wp_postmeta.post_id) AND meta_key = 'whatever the all in one title key is'WARNING: be very careful with this query. Backup before you run it. Field names may need to be changed. I can’t guarantee anything about it. Make sure you understand what it is doing before you run it.
EDIT: Sorry, just reread your post. I meant to say: “No, I don’t want to get into using wildcards and db values like that in the plugin.”
Well if you can figure out what custom field All In One stores the names in, you could use bulk edit mode to change them all at once. OR you could just write your own custom UPDATE query in phpmyadmin which would probably be a much better solution.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Changing the datafeed URLI guess I’m a little confused. Doesn’t your config look something like this?
Live Site Datafeed: yoursite.com/foxycart-datafeed-whateverAA
Dev Site Datafeed: dev.yoursite.com/foxycart-datafeed-somethingelseEmail me at web [at} sparkweb …… net to share specifics.
@geoff_a that’s a good idea. I’ve just released version 1.6 with this functionality. I hope that is helpful.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Changing the datafeed URLHi Simon,
(For direct support it’s much faster to email me through the FoxyShop website – I have to rely on Google Reader to let me know about new support topics and I just saw this now, 5 days later.)
I would recommend that you create a new page called test-datafeed, setup page-test-datafeed.php and copy the contents of foxyshop/themefiles/foxyshop-datafeed-template.php to your new template, then you can run it that way. Then the two are totally separate from each other and you can post to yoursite.com/test-datafeed/
BTW – if you are doing datafeed work, the process of trial and error can be pretty maddening. I made a tool to help it quite a bit – sign up for http://foxytools.com/orderdesk and you can use the datafeed simulator to send the XML content on-demand to your datafeed and get back an instant response.
Good luck!
DavidI think the better way to do this would be to just pull the name or post content in your theme. Why would you need to be loading these values in the custom field? Seems like a bad idea to duplicate content like that.
I started looking into this but it got pretty complicated pretty fast as you have to be taking searches into account and then watch for post parents. I’ll consider this for the future, but it’s not something that I can turn on quickly. Sorry, wish it was easier.
WordPress unfortunately isn’t very open with the quickedit functionality. It would be quite difficult to try to tie into the existing bulk editor. Perhaps it might be a little better… but likely not worth the pain and heartache involved in setting it up. 🙂
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Foxyshop disabling manual jquery enqueuI’m not sure either. Since it’s not a big deal I guess we could let it go. Sorry….
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Foxyshop disabling manual jquery enqueuRemember that by loading the FoxyCart includes on every page you can get a minicart on each page or a customized Cart link with the cart count. Or you could even hide it and only display it when there is something in the cart.
Thanks Richard.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Foxyshop disabling manual jquery enqueuWhy do you need the FoxyCart includes to be removed on some pages? Just to speed things up?
If you want jQuery to be included at all times, in your functions.php file where you are adding the action to insert jQuery, set it with a priority of 16:
add_action('wp_enqueue_scripts', 'your_function_to_insert_jquery', 16);This will be executed after FoxyShop removes the jQuery insert.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Saved Variation Names not updating in productThat’s correct. This is actually something that I’ve fixed in the latest dev version. Please email me at web -at- sparkweb dot net and I’ll email you the latest version to get installed. I’m not quite ready to release it on the repo yet but I’ll get you an updated version.
Sorry about the slow response time. Emailing from the website is a lot faster – the RSS feeds for the support forum don’t pick up very quickly. 🙂