Jump to content

goober999

Member
  • Posts

    305
  • Joined

  • Last visited

Everything posted by goober999

  1. Thanks to everyone for your replies and PMs. This will go a long way in creating a mod that will address most if not all of the comments received. /Goober
  2. Please forgive my ignorance, for I am a just a lowly programmer and not a merchant of goods and services. I am trying to understand and help. I am working on a extenting my Coupon Manager mod to support what I think is a "Gift Certificate". Just to make sure I do the mod right here's what I have so far, please tell me if I am going in the right direction. The new mod allows the store admin to generate a "Gift Certificate" code in much the same way as a "Coupon" code. With one main difference. Where the coupon manager will not track how much of the coupons value has been "redeemed" the gift card manager will. In other words if you give someone a $50 coupon and they spend $35, they will loose $15 because the coupon can only be used once. With the gift card manager that $15 dollars will remain and can be spent on the customers next visit to the store. Neither the Coupon nor Giftcard code in both cases should be posted publicly where anyone can see them. The code are not tied to a particular user. Should the giftcard be tied to a specific email id? The new mod does not generate a code during the purchase. It requires action by the store's admin to generate the code and email it to the customer. Should the Giftcard Manager mod generate the coupon code upon payment? Your input would be greatly appriciated and will help me complete the mod that is almost done. Thanks /Goober
  3. degsey69, I don't really understand how what you are asking for differs from the coupon mod. The coupon mod generates a one off serial number randomly. The coupon is then given a specific dollar value. This coupon number can then be given to a customer to be used during checkout as full or partial payment. If you could be a bit more specific, perhaps I could extend the coupon mod to fit your needs. Thanks /Goober
  4. here you go select * from table_name where column_a in (2,3,4) select * from table_name where columnb_b in ('text1','text2','text3') Good Luck /Goober
  5. goober999

    xmas

    Shhh. I am hunting wabbit. hehehe.
  6. Just add options to your products called "Standard Packaging" "Giftwrap Packaging" Using options will give you an option to charge extra for gift wraping. Good Luck, /Goober
  7. That's because that capability did not exist until today. I've emailed you the "advanced" version of the mod. just upload the files and reconfigure the shipping band to use optional "by percent" shipping costs. Read the code change instructions file to learn how to do that. /Goober
  8. Hi, I have a "Shipping by Value" mod for CubeCart v3.x. With this mod you can configure shipping with specific amounts and/or percentage of the order. See example table below: order value: $1 to $50 => shipping cost: $5.00 order value: $51 to $90 => shipping cost: $9.00 order value: $91 to $99999 => shipping cost: 9% of the order value. The above figures configured from the admin panel You also have an unlimited amount of shipping cost bands. You can find Shipping by Order Value mod here. Thanks /Goober
  9. woodbtreasures, I don't know if this mod will do the trick. It's not really about offers and such... Custom Group Pricing Mod mod is about setting up different prices for different groups of customers. This mod also allows limited capability for quantity discounts. Thanks /Goober
  10. Here's the fix to make this mod work with v3.0.6. in modules/shipping/Zone_rate/calc.php find this line of code $basket = $cart->setVar("Zone Rate","shipMethod"); insert below that line this line of code $shippingAvailable = TRUE; That's it. Good Luck /Goober
  11. Yes, it's possible! in includes/boxes/popularProducts.inc.php find this line of code $popularProds = $db->select("SELECT name, productId FROM ".$glob['dbprefix']."CubeCart_inventory ORDER BY popularity DESC",$config['noPopularBoxItems']); And replace it with this line $popularProds = $db->select("SELECT name, productId, sum(quantity) as sales FROM ".$glob['dbprefix']."CubeCart_order_inv GROUP BY productId ORDER BY sales DESC",$config['noPopularBoxItems']); That's it Good luck Thanks /Goober
  12. Hi, I have a mod that I think will work for you. I call it "Make an Offer" mod. A while back I did custom cubecart upgrade for a client who wanted to allow customers to make offers on his one-of-a-kind products. I have converted it into a mod and can make this available. The mod may require some minor tweaking during installtion and if you were to purchase the I will work with you to make sure that the mod works. PM or email me for more details. Thanks /Goober
  13. File Name :: Category Dropdown in a Search Box Author :: goober999 Category :: Minor CubeCart Version :: Description This mod adds a category dropdown box to the search that limits the search to the selected category. View File
  14. Simply put that means this. Show all products made by the same company. Example: List all cars made by manufacturer: Ford or List all cars made by manufacturer: Honda Hope that helps Thanks /Goober
  15. The current version 3.06 of Cubecart does not allow for shipping price to be edited for each item. A mod is required to assign individual shipping to individual items. Thanks /Goober
  16. Hi, I took couple of days to change the way my site looks. Just fooling aroung, but I think I am beggining to like the new look. What do you guys think? My Web Site Please let me know Thanks /Goober P.S. not all buttons may work just yet. I am just looking for feedback on the look and feel, the style of the web site.
  17. Well, there you go! He made them disappear! Sorry, Just couldn't leave that one alone :cry:
  18. UPPER case your country lists. /Goober
  19. Discounts based on quantity of items purchased is now available for sale. Must be willing to work out bugs, if any found. Please PM for purchase details Thanks /Goober
  20. I have a mod that may work for you. try Shipping by Quantity mod thanks /Goober
  21. This mod is "Killer" skin specific. You'll need to restore the original categories.inc.php. Sorry Thanks /Goober
  22. This mod will be available this Sunday, November 27th 2005. track this post thanks /Goober
  23. Hi, I have Shipping By Order Value md available for sale at my store Thanks /Goober
  24. File Name :: Double Row of Categories for "Killer" skin Author :: goober999 Category :: Minor CubeCart Version :: v3.0.4+ Description :: Here's my lates hack to create a second row of tabs for the "Killer" skin. With my previous mod, the first row was for the top level categories and the second row was for the second level categories. This mod puts top level categories on both rows. With this mod you will be able to select the number of tabs to be displayed on the first row, with the rest of the tabs on the second row. Use this mod if you like "Killer" skin and it's getting crowded on the single row of tabs. Updated Tue, Nov 22 2005 1:08 pm View File
  25. Hi all, I just created, and uploaded to the downloads section, a new take on the double row of categories mod for the "Killer" skin. This new mod will break up the top level categories on two rows. The mod has a variable that can be set to control the number of tabs for the first row with the rest of the tabs going to the second row. The mod is available in the "Downloads" section of this forum or on my website here Let me know what you think. Thanks /Goober
×
×
  • Create New...