Jump to content

goober999

Member
  • Posts

    305
  • Joined

  • Last visited

Everything posted by goober999

  1. Hi, You can find information on setting shipping cost per individual item here http://www.cubecart.org/forums/index.php?showtopic=193 Thanks /Goober
  2. Yes, free updates to the mod will be available for all future revisions of CC v3.0.x. only If you subscribe to the newsletter option when you register you will be notified when updates are available. Thanks /Goober All mods get emailed within 24 hours of purchase, as stated on your receipt. Your mod has already been sent to you. Please check your email. Thanks /Goober
  3. goober999

    Need help

    Super easy to install. Just two files to update no more then 5 minutes. Thanks /Goober Yes, just PayPal. Sorry :rolly:
  4. I have the same problem on windows server. is there a fix for this? Thanks /Goober
  5. goober999

    Need help

    Hi, I have a "Shipping Per Item" mod will work for you. With this mod you assign shipping cost to individual items. So the shipping is calculated only for those items that have shipping costs assisgned. http://www.alexgoldberg.com/cubemods/index...rod&productId=2 Thanks /Goober
  6. rukiman, These questions do not belong in this thread. I will respond to them via email Thanks /Goober
  7. :P http://www.cafepress.com/cubecart.42019813 The only question I have is.... Why is it made in the USA? I thought it was made by the britts. /Goober :^^:
  8. This is certainly something i'm looking for but i would prefer it if once registered their access is still off limits untill i can set up their password or if I could set up their user name and password before they can access the store, this way i can controll who can access it and order from it. Hope this makes sense. thanks for your assistance so far. This mod supports that functionality already.... sort of. Here's what the mod does. 1. Requires that a user is registered before they are allowed to view product prices or view any page on the site. 2. After registration the user can view all products, price and make purchases. 3. And here's the kicker! The mod has an additional configuration option, that if enabled, even after registration, the mod will show them the products but NOT prices and no "Add to Cart" or "Buy" buttons. Each registered user will need to be "authorized" by the admin before they can make a purchase. Thanks /Goober
  9. Hi, This mod already exists and is available for sale at my store Here's the direct link to the mod http://www.alexgoldberg.com/cubemods/index...rod&productId=9 Thanks /Goober
  10. http://www.cubecart.com/site/forums/index....313entry18313 The above is for CubeCart v2.x For version 3.0.x please see this link http://www.alexgoldberg.com/cubemods/index...rod&productId=9 /Goober
  11. Hi, To fix this problem you need to add some file names to a security check in session.inc.php and currencyVars.inc.php files fined this line in both files if (!ereg("index.php|cart.php|download.php|switch.php|confirmed.php",$_SERVER['PHP_SELF'])) { and replace it with this line if (!ereg("index.php|cart.php|download.php|switch.php|confirmed.php|order.php|print.php |options.php",$_SERVER['PHP_SELF'])) { It worked for me, Hope it'll work for you. Thanks /Goober
  12. aikdo, With all due respect.... What you are saying does not make sence You found a problem, Great! You make a patch, Great! The patch does not work. Not good You insist that people apply the patch anyway? I don't get it. This release and patch are causing more harm than good. My personal opinion. /Goober :(
  13. Hi, Here are the steps you'll need to do to accomplish what you are looking for: 1. Create a new field in inventoy table, call it "audio" and make it text format. 2. Create a new edit area in the admin/products/index.php file to input and save audio buttons link information. 3. Add the contents of the "audio" field to the description field contents in the viewCat.inc.php I am oversimplifying it a bit. But that is a basic idea. I would be happy to mod the store for you. Please PM for details. Thanks /Goober
  14. You got exactly right! You need to upload the images to some folder that is accessible from the internet. Then make the img src tag with a full url to the image. <img src="http://www.yourdomain.com/images/mypicture.jpg"> That's it. Goodluck /Goober
  15. Hi, Sorry, but my mod will not display the shipping cost any sooner. CubeCart does not call the shipping cost logic until the delivery address has been confirmed. To show the shipping cost sooner, you'll need to mod the cart.inc.php file sto start with and maybe some others. I can work on that for you. Please PM for further discussion. Thanks /Goober
  16. There is only one box. I think it is more professional to have only one box. If the customer enters a giftcard code in the coupon box, It would be silly for the error message to say "Sorry, this is a gifcard code, enter it in the other box". Yes Sorry, not at this time. But I will look into that functionality a bit later. I don't know about this... Whenever I see Giftcards in the stores they are always a preset amounts. I mean a $14.95 Gifcard is a bit tacky.
  17. No worries mate, I'll set it up for you. Thanks /Goober
  18. Hey, How did you get to be a programmer? :innocent:
  19. Hi, I don't know whether it's a bug or a "feature". It just doesn't seem right. So I'll ask a question here before posting a bug report. Let's say you sell tee shirts. And they come in different sizes and colors, ex: Sizes: small, medium and large Color: red, white, and blue You create and assign appropriate options to the product. Then you set stock level to 20. that means I have a total of 20 shirts a various sizes and colors. The customer, in the same order, can now buy 20 small red shirts, 20 large blue shirts and 20 medium white shirts. This is a problem, right, or am I missing something? Thanks /Goober
  20. Can I? ah, ah.... can I? Can I be a guru again, pretty please with sugar on top? pleeeeeeeeeeeeeeeease? I wanna, I WANNA be a guru again (insert whining noise here) please, please, please, make me a guru again!!! Can I? ah, ah.... can I? Can I be a guru again, pretty please with sugar on top? pleeeeeeeeeeeeeeeease? I wanna, I WANNA be a guru again (insert whining noise here) please, please, please, make me a guru again!!! are we there yet? :innocent:
  21. hey! I wanna be a guru again :lol:
  22. Yes. This mod has ALL of the Coupon mods capability! /Goober
  23. Wow! look at me, I am a Guru! cool
  24. Thanks /Goober P.S. Mod details have been emailed to you
  25. Okay, I suddenly had a flash of brilliance and after pulling an all-nighter and working all trough the morning I believe I've completed a Gift Certificate mod that most of you will be able to live with. If not, we can discuss additional requirements using PM. But for now, here's what I have working so far. The Coupon/Giftcard mod specifications: The mod has all the features of the my coupon mod. The Giftcard part of the mod works like this: You add a new product to your catalog and identify it as a Giftcard Certificate. And price it at $0.00. Then you create "Giftcard Certificate" options by using existing admin panel options menu. You can create any number of giftcard denominations using these options, like $5, $10, $20… etc Then you assign these options to the "Giftcard Certificate" product. Get the idea, right? But, here's the catch, and I think it's brilliant, even if I do say so my self. When viewing the "Gift Certificate" Product, the options are NOT displayed as dropdown list with + $5.00 or + $10.00. They are shown as Radio options: o $5.00 o $10.00 o $20.00 etc…. The customer can purchase any quantity giftcards in any denomination just like any other product by selecting the appropriate radio button and quantity in the quantity box. Upon returning from Payment Gateway, the mod will generate unique Giftcard codes and include them in the email that is sent to a customer notifying them of the successful purchase. To redeem the Giftcard, the customer must register and shop in your store just like they do today. Once they are ready and are viewing the basket, they can input the giftcard code the same way they would input the coupon code. If the Giftcard is valid and still has money remaining, the mod will reduce the shopping cart sub total by the remaining value or sub total value, whichever is less. For instance, if a customer has a $50.00 giftcard and the subtotal is $35.00, the mod will show that the new sub total is $0.00, Giftcard amount redeemed is $35.00 and Giftcard amount remaining is $15.00 (all this information is shown when viewing the cart). Upon successful payment, the giftcard amount used will be deducted from the giftcard. The remaining amount will be available for the next order. The Giftcard certificate codes can also be generated manually using "Gigftcard Manager" admin panel menu. Let me know what you 'all think. P.S. The first 5 people to purchase this mod will receive free installation, just so I can create and verify the code change instructions. You can purchase this mod at my store and here's the link http://www.alexgoldberg.com/cubemods/index...ductId=19&tab=1.
×
×
  • Create New...