Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lindsayanng

Pioneers
  • Posts

    4,202
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by lindsayanng

  1. they probably DID already install it, but you can probably upload a more recent version (depending on how long ago THEY did it)

     

    which gift cert./disount coupon code contribution are you trying to install?? what is the EXACT error that is happening, and how are you making that happen.

  2. I am trying to figure out if the following is possible with this contribution..

     

    we sell wedding photography and offer a registry for the bride and groom so they can basically ask guests to buy them certificates to be put towards thier final payment or extra prints/novelty items..

     

    i would like to make a specific gift card called registry gift voucher (or something like that) and when a guest purchases that, they choose to send it to a friend, but i DO NOT want the bride and groom to get the email becuase most people will buy them a long time before the wedding, and it kinda ruins the idea of a present.. Anyways, i would like for those to go into an account that I create for the bride and groom, and when their wedding is over, they can go to their account and see who purchased them what..

     

    The other option i have for the guests of the wedding is to purchase the gift voucher but instead of sending it to a friend, they pay $5.00 more and get it in a fancy little box that we call gift presentation" Then the bride/groom can just go to make a purchase and enter the voucher number when they checkout.. Thats the EASIEST way to do it.. but i am sure some people will just want a virtual voucher to be sent..

     

    So is there any ideas?? can this already be done and i am just missing a settin somewhere???

  3. I changed your code to this:

    div#pic a .std {display: none;}
    div#pic a:hover .large{position:relative; top:10px; left:100px; background-color:#fff; z-index:100;}
    div#pic a:hover .large
    {position:relative; top:10px; left:100px; background-color:#fff; z-index:100;}

    and it pops the image up, but it is causing SOO many other issues, that i think i shoudlnt use it..

     

    still looking for other issues.. the images being the right size in the product listing is more important than this hover.. as much as i WANT it to work, i'm not sure it wil..

  4. ok.. i got it to pop OVER and leave a blank behind it, but it keeps popping up to the top left so it gets a squirrly. AND its using the small image which looks REALLY bad.. i need it to use a high quality image

     

    go the position correct.. now i have an overall issue.. I just realized that the code that you wrote does not use the specs that i set in admin to use the actual size of the thumbnail.. i set width and hieght to null, but now it is actually setting a width which makes the portrait pictures look HUGE!!

     

    I also cant figure out how to make it use a completely different image to pop over

  5. I need to know if there is a contribution where i can make one attribute add an additional weight to price to the shipping at checkout.

     

    Basically, all of my products are the same, we sell images.. the attributes are the actual products - which is fine. Our printer offers flat rate shipping, so our customers get flat rate shipping.. but we use a different company for the shipping on non print items, like mugs and novelties.. THAT printer charges different based on the item, so i need to do the same.

     

    So i really need a way to add additional fee to the shipping area..

     

    ANY suggestions on how to do this?? I'm sure there is something i can do with table rates, but i have no idea how to apply that to attributes and not to the main product..

  6. hey SAM.. If i could bother you again, i hope you dont mind.. If you do, just ignore me..

     

    I am trying to implement the hover popup on your product listing page, but out of all of the code i have seen, your is SOO complex it makes my head spin.. I can see what is happening in the code, but i am not entirely sure where to put my new code..

     

    I know that i have to add this somewhere:

    <div id="pic"><a class="p1" href="#" onClick="java script:return false"><?php echo('<img src=' . DIR_WS_IMAGES . $product_info['products_image'] . ' width="' . SMALL_IMAGE_WIDTH . '" height="' . SMALL_IMAGE_HEIGHT . '">'); ?><?php echo('<img src=' . DIR_WS_IMAGES . $product_info['products_image'] . ' width="' . SMALL_IMAGE_WIDTH . '" height="' . SMALL_IMAGE_HEIGHT . '" class="large">'); ?></a></div>

    Which will make the hover work (I think) and there are three lines that call for the product image.. I have no idea what to do with this..

     

    these are the lines with the product image.. 190 205 295

     

    should i replace ALL of those lines with the code? Or just a portion??Sorry if i am being needy...

  7. Did you use the oscommece file manager to upload that file?? I have read similar issues where the person uploaded the file through the oscommerce file manager and the 'n' should be '\n'

     

    anywhere you have a 'n' you should have '\n' MAYBE.. i'm not entire sure.. but if you used the osc file manager that MIGHT be what happened.. otherwise, i will have to see what else i can find..

     

    DONT FORGET TO BACKUP YOUR FILE

  8. thanks for that.. i was using the CLUBOSC pop up contribution, but was thinking of implimenting a lightbox effect for the windows that open.. as far as a back effect, couldnt they just close the window?? There is only one image per product.. i know with mulitple images, something like that would be good..

     

    i was also thinking of adding a hover effect to the product listing where the customer can just hover over an image to see it larger before entering the product info page.. what do you think about that??

  9. yeah.. i am happy with it. and as it was pointed out to me, changing the order might not make sense in people's mind.. Even though they reversed the order, they might still assume that NEXT means NEXT IMAGE in the sequencial order

     

    as far as the site loading slow, i do not know why itwould.> ALL of my images are optmized for the web so that they dont loose clarity but they are small. My husband is the photographer and is VERY good at optimizing images.. the size you see as a thumbnail is the actual size of the image.. I wonder if its something else that is slowing it down.

     

    i was reading the thread called A SPEED OPTIMIZATION IN PROGRESS (or something to that nature) and reading about all the DB queries.. maybe that is my issue..

  10. I'm sorry.. i'm not sure. I am not familiar with the contribution as i never needed it. i was likely able to help you with a database issue (MAYBE) but something liek that is beyond what i can help.. SORRY.. make a new thread and give as much details as you can.

×
×
  • Create New...