Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

skizzer

Archived
  • Posts

    27
  • Joined

  • Last visited

Posts posted by skizzer

  1. Hi,

     

    I have no idea what the problem is, but I hope somebody out there can help me with this. According to Server Info, I have GD version 2.0.28 installed. I installed this contribution and I followed the directions exactly, but nothing is happening. It's still throwing up small versions of the big pictures, and it takes forever for a page to load. I looked in Store/images and can find no thumbnails being created. Any ideas? Please?

  2. OK Greg, thanks.

     

    I think maybe this is getting way over my head. I'm afraid that trying to merge the two contributions to work together is going to be a lot more complicated than I can handle. I guess I'll just have to decide which one to keep, which is highly disappointing. I want people to get itemized invoices from PayPal, but I want them to be able to use coupons and such too. But I don't see how I can incorporate both without being a PHP expert. Is there no shopping cart program out there that has all of this stuff built into it and doesn't cost $500? If anybody knows of one, please let me know.

     

    Thanks again for all your help.

  3. I just want to verify so I don't screw up.

     

    Do you mean I have to do the same edits to includes/modules/payment/paypalcheckout_process.inc.php and checkout_update.inc.php that I did to checkout_process when I installed CCGV?

     

    Also, I've uploaded catalog/includes/modules/payment/paypal.php three times now, so I don't really know how that can go wrong. Would the fact that my "catalog" folder is called "Store" have anything to do with it? I wouldn't think so, but then what do I know?

     

    ;)

     

     

    Thanks you so much for helping me. You have no idea how much I appreciate it.

  4. OK, I uploaded everything again like you said, and when I went through checkout and hit Confirm Order, I got this:

     

    Parse error: parse error, unexpected $ in /home/****/public_html/Store/checkout_process.php on line 309

     

    309 is the last line:

     

    // unregister session variables used during checkout
     tep_session_unregister('sendto');
     tep_session_unregister('billto');
     tep_session_unregister('shipping');
     tep_session_unregister('payment');
     tep_session_unregister('comments');
       if(tep_session_is_registered('credit_covers')) tep_session_unregister('credit_covers');
     $order_total_modules->clear_posts();//ICW ADDED FOR CREDIT CLASS SYSTEM  
    
     tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL'));
    
     require(DIR_WS_INCLUDES . 'application_bottom.php');
    ?>

     

     

    (I wonder how much it would cost for a cart that's already setup with all of this stuff.)

  5. Hi!

     

    Looking for some help.

     

    I'm wondering if the Credit Class Gift Voucher contribution isn't compatible with this PayPal gadget. I installed the voucher thing, and everything was working fine. Then I installed this one, and now I can't get through checkout.

     

    I'm getting a parse error (whatever that is) on the checkout_process page. Somebody looked at the page for me, and he said he didn't see anything wrong with the code on it. So I don't know what to do about this, other than restoring all my pages that got changed when I put in the PayPal contribution.

     

    Any ideas before I trash everything?

     

    Thanks a bunch!

  6. Hi,

     

    Wondering if anybody could tell me what this is about:

     

    Parse error: parse error, unexpected $ in /home/photof00/public_html/Store/checkout_process.php on line 309

     

    // unregister session variables used during checkout
     tep_session_unregister('sendto');
     tep_session_unregister('billto');
     tep_session_unregister('shipping');
     tep_session_unregister('payment');
     tep_session_unregister('comments');
       if(tep_session_is_registered('credit_covers')) tep_session_unregister('credit_covers');
     $order_total_modules->clear_posts();//ICW ADDED FOR CREDIT CLASS SYSTEM  
    
     tep_redirect(tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL'));
    
     require(DIR_WS_INCLUDES . 'application_bottom.php');
    ?>     <--LINE 309

     

    This didn't start happening until I installed the PayPal Shopping Cart IPN contribution. I don't know why it would have a problem because of that, though, since this page wasn't messed with during that installation. I guess I just don't get this PHP junk.

     

    I can't get through checkout because of this, so if you can help, I'd really appreciate it.

  7. I did the usual searches and couldn't find a support thread for this contribution.

     

    I installed PayPal_Cart_ShoppingCart_v1.0 and everything was going along fine until I got to the PayPal payment page that shows a breakdown of the charges.

     

    The sales tax was doubled, and I have no clue why it's doing this. I checked my settings in PayPal, and sales tax is not even setup there.

     

    Is there anybody out there who knows what the deal is? This is REALLY important, so I hope and pray SOMEONE answers.

     

    Thanks!

  8. Hi,

     

    Please excuse me if this has been covered before. The thought of reading 12 pages worth of posts was a little overwhelming. :blink:

     

    I'm in the process of installing v5.0, and I'm stuck on Step 16 (line 86 of catalog/products_new.php). I had previously installed No_Stock_No_Checkout, and there's some code that's already been changed in that area. I'm not very smart about PHP, so I'm not sure how to go about merging the two, if that's even possible.

     

    Just in case anybody can help me with this particular problem, here's the code that I have:

     

     
    ?>
             <tr>
               <td width="<?php echo SMALL_IMAGE_WIDTH + 10; ?>" valign="top" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_new['products_id']) . '">' . tep_image(DIR_WS_IMAGES . $products_new['products_image'], $products_new['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>'; ?></td>
               <td valign="top" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $products_new['products_id']) . '"><b><u>' . $products_new['products_name'] . '</u></b></a><br>' . TEXT_DATE_ADDED . ' ' . tep_date_long($products_new['products_date_added']) . '<br>' . TEXT_MANUFACTURER . ' ' . $products_new['manufacturers_name'] . '<br><br>' . TEXT_PRICE . ' ' . $products_price; ?></td>
     <?php 
       if ($products_new['products_quantity'] <=0) { ?>
         <td align="right" valign="middle" class="main"><?php echo  tep_image_button('button_in_cart_na.gif', IMAGE_BUTTON_IN_CART_NA); ?></td>
         <?php 
       } else { ?>
         <td align="right" valign="middle" class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCTS_NEW, tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $products_new['products_id']) . '">' . tep_image_button('button_in_cart.gif', IMAGE_BUTTON_IN_CART) . '</a>'; ?></td>
         <?php 
       } ?>
             </tr>
             <tr>
               <td colspan="3"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
             </tr>

     

    Any help provided would be most appreciated.

     

    Thank you!

×
×
  • Create New...