sparkweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Bulk Editor] bulk delete all custom fields from my databaseI think that would probably work, but you’d need to know what the names of the fields were. It might be easier to write a little query in phpMyAdmin to do it for you.
DELETE FROM wp_post_meta WHERE meta_name IN ('name1','name2','name3')I might have gotten the field names wrong. Didn’t look ’em up. 🙂
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Is this the right Plugin for me?Absolutely you can. My recommendation is to download the FoxyShop plugin and look at the bulkeditor.php file to see how I did it for my own cart plugin. It’s very do-able.
Forum: Reviews
In reply to: [FoxyShop] DisappointingI’m sorry that this wasn’t what you are looking for. This plugin is designed SOLELY to be used as a support for those devs who want to use FoxyCart’s secure shopping cart service. I would definitely encourage anyone interested in using FoxyShop to review http://www.foxy-shop.com/ for a quick overview of what FoxyShop is and then check out http://www.foxycart.com/ to make sure that their service is what you are after.
I work very hard to make sure that FoxyShop meets people’s needs so 1-star reviews make me sad and generally indicate a broken or buggy program — which I hope isn’t the case here. 🙁
Are you checking the pages that you want to apply these changes to?
Awesome! Glad it worked well for you!
Forum: Plugins
In reply to: [FoxyShop] Change size of taxonomy imagesSee around line 880 of helperfunctions.php – you want to just set the size as the fourth argument of the foxyshop_category_children() function.
Reference:
function foxyshop_category_children($categoryID = 0, $showCount = false, $showDescription = true, $categoryImageSize = "thumbnail")Forum: Plugins
In reply to: Image slideshowYou have to use jQuery. Set a click event on the slideshow elements and then then set the element’s href value as the main product image’s src value.
By the way, I’d recommend that you send a support request from http://www.foxy-shop.com/contact/ for faster, better results. I try to keep up on the forum here, but for some reason I can’t get regular alerts so sometimes a few weeks can go by before I notice a post.
Forum: Plugins
In reply to: [CSV Importer] possibility to import from file on server?I built a version of this plugin that allows you to upload images (or files I suppose). It uses cURL to pull the file down and then fopen to save the file. http://pastebin.com/3TQ2Y6fr
You put in fields called csv_image1, csv_image2, etc. with a url to download
Forum: Plugins
In reply to: [CSV Importer] CSV Column HeadingsThere’s a full examples folder when you download the plugin.
Forum: Plugins
In reply to: [FoxyShop] Updating jQuery – foxycart includesFoxyShop should load your FoxyCart headers for you as long as you have the API set up properly and the versions matching what you set in FoxyCart. It uses the wp_head(); function to inject the correct code. Do you have a url I can look at?
Forum: Plugins
In reply to: [FoxyShop] Change the HTML that functions outputThis is just a sample that says “if the product code is ‘code’ do this”
Forum: Plugins
In reply to: [FoxyShop] Change the HTML that functions outputSee this page for a lot of examples of how to write the FoxyShop hooks: http://www.foxy-shop.com/documentation/advanced-customization/
And this: http://wp.tutsplus.com/tutorials/the-beginners-guide-to-wordpress-actions-and-filters/
Here’s the specific sample you need: http://pastebin.com/Bbw5Ua50 – the function would just say “QTY”
Forum: Plugins
In reply to: [FoxyShop] Change the HTML that functions outputYou’ll want to inspect helperfunctions.php. In some cases you can just make your own function in functions.php as a copy. In other cases you may be able to use WordPress hooks to change the code.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] suggestion : datesHi phirely, thanks for the note and the request. I’m not planning on building new functionality for the plugin at this time.
I sure appreciate it, though.
Forum: Plugins
In reply to: [FoxyShop] Inventory supposed to go down on sale?(responded via email)
The important thing is to make sure that the datafeed is set at FoxyCart.