Jump to content

kyle

Member
  • Posts

    49
  • Joined

  • Last visited

Posts posted by kyle

  1. All orders from customers that enter gmail, yahoo or hotmail addresses when they register are being sent as "Mail delivery failed" to the store owner because her mail provider is screening for spam.

    I need to hardcode the returnPath or from field of email sent to the store owner instead of spoofing the customers email address.

    Doesn't seem like it should be difficult but I'm having a hard time tracking down where that email is gnerated.

    Anyone know?

    thanks,

    kyle

  2. All I could think of would be to make sure in your viewCat.tpl file that the lines:

    <!-- BEGIN: cat_desc -->

    {TXT_CAT_DESC}

    <!-- END: cat_desc -->

    are still intact. Beyond that it might be database problems, or something inherent to you install.

    I hope that helps.

  3. I had a cheap little hack for this in CC3 It won't work with lightbox but if you use the old pop-up window it should still work.

    Decide how wide or tall (whichever is longest) you want the enlarged version of the image and for best results plan for the smaller version on the product page to be half that width. Go into the ViewProd.tpl file and set the HTML width OR height attribute (not both) to half the actual size of the image.

    You might be able to get away with using 3/4 of the dimension, but I haven't tried that. Basically you're doing the opposite of the old pixel doubling video games used to use. It's also nice because the large image is preloaded when they click on it--although that could be a drawback if the images is obscenely large.

    Good Luck,

    kyle

  4. I don't know if there's something wrong with the math, but the numbers seem strange.

    The admin interface seems to recommend entering the percentage amount of the coupon as a whole number. e.g. 10% = 10.00

    However, if I have a cart with 2 products valued at a total of $24 that adds $216.00 for a total of $240.00

    Fair enough I say, 10% must be 110.00. So applying that to the same $24 basket gets $2.18 deducted for a total of $21.82. Where does it get $2.18!

    Unless I've sustained a great deal of brain damage (which I'm not ruling out) it should be deducting $2.40 from the total. And the error doesn't seem to be coming from taxes or shipping since that adds to the total and should therefore add to the discount not subtract from it.

    Is my cart behaving out of the ordinary or are others experiencing this? What is the formula for percentage based discounts?

    Setting solid dollar amounts (e.g. $5.00 off = 5.00) behaves correctly.

  5. I had the same problem in CC3, and Allistair fixed it for me. But it looks like it's going to be an issue with CC4 and the old fix won't work, I've opened a ticket on it.

    If you want the CC3 fix here it is:

    In admin/products/options.php

    Please find line 264:

    $currentPage = urlencode(currentPage());

    Change it so:

    $currentPage = urlencode($_SERVER['PHP_SELF']."?".$_SERVER['QUERY_STRING']);

  6. Ignore this post, I got ahead of myself. Sorry.

    This is more of a feature request than a question I suppose, but I would really like to get rid of the bloated FCKeditor and still retain the image folders feature of CubeCart--is there any chance this could be possible, or modded possible?

    I primarily use Safari as my web browser, which was an advantage in using CC3 because then it just didn't load FCKeditor and I could edit my store without it, but now that doesn't work anymore.

    Anyone got any suggestions?

    thanks,

    kyle

  7. I'm so glad someone responded. I'm sorry I didn't get back to you sooner. The forum software never alerted me that someone had posted a response to my thread.

    About the mods, I'm not sure what the new rules about not mentioning or linking to specific mods are, but the new .org is almost completely useless to me as I can't find anything on it anymore (apologies to those that have worked on it, but I can't). But if you search for Estelle's Mods on Google you'll find she has a couple mods relating to contact forms.

    I'm not sure what you mean by a confirmation page. Once you hit Send It, it's gone--no confirmation. If you're talking about orders--that's a little more complicated. Right now PayPal is handling most of that.

    What mods did you have to do to get the contact us page up and running?

    Do you also have a confirmationpage also.

  8. Can percentages be used instead of dollar amounts for price differences on product option values?

    I've been thinking about a mod like this too. I contacted bennyuk who wrote the Dynamic Option Price Updating mod. He thinks it would cost between £50 to £100 GBP or $100 - $200 USD.

    If we can find a few people that might be interested we could split that cost up accordingly.

    I hope you're still watching this thread.

    thanks,

    kyle

  9. I've upgraded to 3.0.12 and now if I try to edit or delete a product option I get the error below. Anybody have any experience with this or can someone verify that product options can be deleted in 3.0.12?

    Not Acceptable

    An appropriate representation of the requested resource /test/admin/products/options.php could not be found on this server.

    The options.php file is there and I haven't edited it.

    thanks,

    kyle

  10. After several mistakes trying to upgrading my site to 3.0.7pl1 I reinstalled it and got it working but now when I go to enter my license number it says:

    "Sorry but the license key was invalid or has already been used."

    Any advise?

    thanks,

    kyle

  11. I'm hosting with Host Gator right now (http://www.hostgator.com) and they have disabled the CubeCart admin section of my site due to a security hole. I am working with them to resolve it but I was wondering if anyone here has experience with this and knows how it can be resolved.

    Otherwise does anyone know of a good Host that supports CubeCart? I've been installing it using Fantastico, but I could probably install it manually if I had to.

    thanks,

    kyle

×
×
  • Create New...