Jump to content

goober999

Member
  • Posts

    305
  • Joined

  • Last visited

Posts posted by goober999

  1. If I buy the mod, can I get free updates/upgrades when/if you add features to the mod? If so, how would that work? Automatically (you send me an email notifying me of the upgrade) or do I have to keep an eye out and request it?

    Thanks!

    AMY (new user)

    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

    I purchased last night and am waiting on the download information.

    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

  2. Thanks Goober.. I bet that 15 bucks is well worth all my darn aggrevation!!! Is it easy to install??

    Super easy to install. Just two files to update no more then 5 minutes.

    Thanks

    /Goober

    Hey Goober, is that the only payment you accept? Just paypal?

    Yes, just PayPal. Sorry :rolly:

  3. Per item shipping will not work in my case. Im sorta stumped because I dont know what the heck to do now. The one category that doesnt not get charged tax or shipping shouldnt even show up.

    I appreciate your response. Any other ideas?! After all the work Ive done and all the fixes Ive made to this point something like this is gonna ruin the whole thing.. lol.

    Basically, I need for 2 items not to be charged shipping or tax, sounds pretty simple. There has got to be an easy fix somewhere.

    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

  4. 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

    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

  5. 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

  6. the 403 are cased by the new patch they are needed but the patch was made by myself and brooky earlier today it may still have a few small problems that can be fixed...

    Ill drop brooky a like when he is available and come up with the additions to the patch that will be needed... please understand all the patch was made in speed as it is a Major flaw that was found and you are ALL recomended to either update or add the patch ASAP...

    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.

    :errm: /Goober :(

  7. 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

  8. Hi

    I want to add html code on the home page using the fck editor.

    My question is, I know that I can click source and drop the code straight in, but obviously the images will not show.

    In html editors such as frontpage it creates a seperate folder for the images, do I upload those images in their folder to the server and then somehow link them in the fck editor.

    Any suggestions folks pleeez

    Happy Holidays :w00t::D:D:sourcerer::sourcerer:

    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

  9. Thanks for that recommendation, can you or anyone else confirm that following the installation of this mod, the clients see the shipping cost earlier and not just in Step 5.

    Thanks

    Peter

    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

  10. Question, when a customer is in the check out process, do they see two diffrent boxs to enter codes?

    one for gift cert code and one for coupon/discount code?

    cause if not i think it should. it will look more professional.

    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".

    Also, is there a way that the person who buys the gift cert for someone, that they can goto "Account Details" and look at there orders and see they bought a gift cert?

    Yes

    Can you make it so in there order for the gift cert. can they click a link that will bring up a printable gift cert with the info in it?

    Sorry, not at this time. But I will look into that functionality a bit later.

    Also, this whole mod would be soooooo much better if you could let the customer pick the amount of money they want the gift card made into, not just picking amounts pre set. can you do this?

    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.

  11. Hi goober

    Great job doing the mod so quickly, and I have also purchased it.

    I hope that I am in the first 5, bit late with the purchase, been traveling for 2 days to see family for xmas.

    Well done! ;)

    No worries mate, I'll set it up for you.

    Thanks

    /Goober

  12. Definitely sounds like a bug to me. I'm sure you couldn't buy 20 of each in separate orders, so why should you be able to buy 20 of each in a single order?

    I have started work on a product options mod, as you probably noticed already Alex. This mod should sort out the stock issue, along with a bunch of other issues.

    Hey,

    How did you get to be a programmer?

    :innocent:

  13. 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

  14. You can still be a Guru if you want!

    Oh the possibilities...

    Can I? ah, ah.... can I?

    Can I be a guru again, pretty please with sugar on top? :wub:

    pleeeeeeeeeeeeeeeease? :D:lol: 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? :wub:

    pleeeeeeeeeeeeeeeease? :lol::cry: 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:

  15. :innocent: I think you justa bout thought of everything there Goober.

    Tell me does the giftcard mod have the coupon mod built in to it?

    or could you do that if not?

    The ultimate coupon/gift certificate mod?

    :D Yes. This mod has ALL of the Coupon mods capability!

    /Goober

  16. I have purchased, and now am just waiting for the next email with the download link. I hope I was in the first five. Not that I can't do the install, but Goober is the man!

    Greg

    :wacko:

    Thanks

    /Goober

    P.S.

    Mod details have been emailed to you

  17. 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...