Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

protogabe

Archived
  • Posts

    50
  • Joined

  • Last visited

Profile Information

  • Real Name
    gabe salerno

protogabe's Achievements

  1. I'm having the same problem and went through all the instructions with a fine tooth comb like 8 times already, totally frustrating. Lot's of ppl on this thread have had success by going through the install again. Many of their problems with no displaying individual shipping is simply replaces that DIR CLASSES line. I've gone thru every fix so I can tell you but meanwhile I still have the same problems on my end. Not only don't I see the shipping in checkout_confirmation but I dont see the individual shipping set in checkout_shipping as well. All I see is "Free Shipping/Free shipping for orders over $50.00" which is my free shipping module working, which it shouldn't be according to everything I read here about this contribution detecting that. So I have two problems and have installed this contribution to a TEE. The only time i get any type of behavior to EVEN INDICATE THE THING IS INSTALLED is if i disable "Allow Free Shipping" in admin, but even than I just see "Individiual Shipping" with no price or check box and under it "Flat Rate" with a price of $0.00. EVEN FURTHER MINDBOGGLING, is that on any other product flat rate shipping shows up correctly as set to $5.95, but for some reason it returns zero dollars and NO CHECKBOX so it's impossible to proceed in the item has individual shipping on it. I surmise something starts working when i turn "Allow Free shipping" off, but only halfway enough to show that there is INDIVIDUAL SHIPPING on the item in checkout_shipping but than somehow allows "Flat Rate" to appear with an odd price of zero. I also have gift vouchers, wishlist, product attributes and some other contributions installed, none of them shipping contributions.
  2. Let me explain again. Currently when you get to the checkout_payment.php page of my site you are presented with options for payment; CC, Check, Paypal None are selected by default leaving it up to user to make an input. Should OSC have a default payment method variable in the admin so something can be default? Thanks, this doesn't sound like an impossible feat!
  3. Hi: Currently when you go to "checkout_payment.php" you have the manually select what payment type you want. I'd like to to automatically choose credit card however Ive searched the forums and cant seem to find a solution to have it chosen by default. How can this be achieved? Thanks, Gabe
  4. Im having similar problems. My initial problem was, after sending an email to a client for a voucher, they would get the error: Warning: main(includes/languages/english/FILENAME_GV_REDEEM): failed to open stream: No such file or directory in /home/mysite/public_html/catalog/gv_redeem.php on line 56 Fatal error: main(): Failed opening required 'includes/languages/english/FILENAME_GV_REDEEM' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/catalog/gv_redeem.php on line 56 I searched the forums and all I got was this post [#740401] about making sure FILENAME_GV_REDEEM was in the add_ccgvdc_application_top.php file. Indeed it was, so I took it upon myself to put the define in languages/english.php. Well, that fixed the first error but than I got: Fatal error: Call to undefined function: tep_gv_account_update() in /home/mysite/public_html/catalog/gv_redeem.php on line 53 Which leads me to believe that add_ccgvdc_applcation_top.php is not getting parsed at all and that I will have to copy and paste the whole damn file into english.php. Make sense? Anyone got any ideas?
  5. Come again, Satish? I have the same problem. I can't replace my file like Sarah said, it's too modified already. Whats the solution bit of code instead of total replacement code?
  6. Can someone upload a zipped up version of osc 2.2 with the Gift Voucher contrib pre-installed. I've followed every instal instruction to the tee and have utterly destroyed my heavily modded site. I need to start all over. By the way, Jessmans contrib to make life easier doesn't do much. I have hoards of errors when I use his patch on a fresh install of os 2.2
  7. Here's a new one. I have STS running fine except for this. I have installed the "Product Attribute - Option Type" Contribution which basically, "...allows the use of various option types when setting up product attributes. With the current milestone of osCommerce, all options are displayed as select lists. This contribution specifically adds Text Options, Radio Buttons, Checkboxes and Textarea fields." When I have option types listed from a product_info page, STS forces dropdowns. The whole point of installing "Option Types" contribution was to be able to add text fields to the product options. This works when I disable product_info pages and just use OSC product_info. Is there any way to tell STS to just treat option types like OSC default does so I can get out of strict dropdowns. Thanks. Gabe
  8. Ok, nuff complaining...STS still rocks...forget about the bug fix for image enlarge - it's too complicated to install and creates extremely bad code with javascripts layered all over the place. Here's the simple fix I used: replace your product_info.php.html link with this block of code ripped from the orginal product_info.php: <script language="javascript"><!-- document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> I placed that chunk between and </td> </tr> </tbody> </table> from the product_info.php.html demo file, by the way. The greater problem with STS and the enlarge function is that a custom class was not created for the function (ie, $imageenlarge link doesn't exist to plug in like you do the other parts). Hope that helps!
  9. I also must testify to this bug fix not working and actually being written very poorly. Using STS template for product_info.php is basically unusable until the CLICK TO ENLARGE bug is fixed for real. I'm wondering if I will encounter more problems with other custom template pages that need javascript. ACK!
  10. In it is current form, will this contribution allow for company accounts to be editable in the admin? In other word, how do you control the credit limit for the accounts? Thanks
×
×
  • Create New...