sparkweb
Forum Replies Created
-
Forum: Plugins
In reply to: [FoxyShop] Resize thumbnailsHi there, you will want to adjust your foxyshop-product-loop.php template to display the “medium” size instead of “thumbnail” size. That would be here:
if ($thumbnailSRC = foxyshop_get_main_image("thumbnail"))Becomes
if ($thumbnailSRC = foxyshop_get_main_image("medium"))Forum: Plugins
In reply to: [FoxyShop] support for pre-orderYou can either charge right away or set up a subscription which charges on a set date and then cancels on the next date. Either option would work fine with FoxyCart.
Forum: Plugins
In reply to: [Hide YouTube Related Videos] Not working with 3.5@david, thanks so much for the fix on this. I’ve updated the plugin.
@david, thanks so much for the fix on this. I’ve updated the plugin.
Forum: Plugins
In reply to: [FoxyShop] Product Variation Dependencies vs. InventoryHi Zane,
There’s two ways to do this. First, you could setup codes like this:
Base Code: shirt
Color:
Black{c+_bl}
White{c+_wh}Size
Small{c+_sm}
Large{c+_lg}And you’d end up with a computed code of shirt_bl_sm for a small black shirt. That doesn’t solve your item code problem, though, so if you wanted to solve that, you could do something like this:
Select Size:
Small{dkey:sm}
Medium{dkey:md}
Large{dkey:lg}Select Color: (with a dkey of sm)
Black{c:sku for small black}
Red{c:sku for small red}Select Color: (with a dkey of md)
Black{c:sku for medium black}
Red{c:sku for medium red}etc….
Forum: Plugins
In reply to: [FoxyShop] Sold Out Product DisplayThey are actually changing the product image in this case. If you want a more automatic version, I would load the foxyshop inventory function in the product loop and then use javascript to inspect the inventory values and then place a transparent png over the image.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Doesn't work beyond a few entriesCould you email me? web -at- sparkweb dot net.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Doesn't work beyond a few entriesHi, thanks for letting me know. It sounds like it could be some sort of browser buffering issue. What browser are you using? Any way you could search to make the pool of updated posts a bit smaller?
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Issue with custom fields with more than one optionWell, I can see how that could be helpful in some cases, but to be honest I’ve got a million things on my plate and I’m probably not going to get to it any time very soon unless it were a “bountied” item. Sorry ’bout that. 🙂 You know how it goes….
Forum: Reviews
In reply to: [Custom Field Bulk Editor] Great Plugin for quickly adding custom fields.Awesome! So glad it was able to help others out. (No one wants to be in phpMyAdmin!)
Forum: Plugins
In reply to: [Custom Field Bulk Editor] multiple values for custom fieldSo what you actually want to do is to click the “Switch to Multi Value Mode” at the top of the screen and it will let you enter a different value for each post in that mode. Just make sure to check the box next to any post you are changing or it won’t save.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Issue with custom fields with more than one optionYou can bulk-delete by simply leaving the value empty. That will get rid of any custom field.
I’ve just released a new version of the plugin that allows you to set multiple options per value.
I don’t see a very expeditious way to allow searching by custom field, so I’m not going to take that on in this version.
Hope this helps!
David
Forum: Plugins
In reply to: [FoxyShop] Search "foxy" and FoxyShop does not appearI added “foxy” to the tags and that did the trick. Thanks again for the note, Mike.
Forum: Plugins
In reply to: [FoxyShop] Search "foxy" and FoxyShop does not appearThanks for the feedback Mike. I appreciate it…. I’ll tweak the wording a bit.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Gift Cards with Variable ValuesHere’s the answer to your question. You likely want to do #2:
http://www.foxy-shop.com/2011/09/how-to-build-custom-price-fields/