Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cypherja

Pioneers
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Real Name
    Jason

cypherja's Achievements

  1. I recently added code that restricts use of the "contact me" form to only those customers with registered accounts. I now need to modify the text on my store's home page, removing the last line that says "If you believe you have reached this page in error, please contact me". It's been several months since I initially added SHP, but if I recall correctly, there is some code somewhere that specifies a different "welcome" message than the TEXT_MAIN, and I cannot for the life of me remember where SHP's message is stored!! It's not in includes/languages/english/index.php, and I remember removing the TEXT_MAIN content when I added SHP, so I know it's out there somewhere. Can anyone help remind me where SHP's welcome message text is stored? (On this site, SHP's message is everything from "Only clients of..." down.) Thanks!! - Jason
  2. I'm using the print_invoice_from_checkout_success mod and the Multiple Flat Rates V2_1 mod. The shipping method is not showing up on the invoice, and I see no database table that stores this information. Has anyone else worked with these mods, and/or know how to get the shipping method added to the invoice? I'd like to add the method of shipping right under Payment Method, and add a line of text b/w the order sub-total and total, so it'd be something like: Payment Method: XXXXX Shipping Method: Priority Sub Total: $10 Shipping: $5 TOTAL: $15 Thanks for any help anyone can provide!! - Jason
  3. Is there an add-on that allows a customer to enter comments about a specific product? I did a search, but couldn't find anything. I want to give customers the option of adding text to their product, and then in a comments field, enter the text they want. I know there is a comments field during the checkout process, but I'd like for a comments field to be located on each product page. Thanks for any help anyone can provide! - Jason
  4. I downloaded and installed Customer View & Print Invoice at Checkout Succes. Everything seems to work until I click the button to bring up the invoice for the customer to print, and I get this error: Warning: require(admin/includes/languages/english/invoice.php) [function.require]: failed to open stream: No such file or directory in /home/cyphersg/public_html/catalog/invoice.php on line 28 Warning: require(admin/includes/languages/english/invoice.php) [function.require]: failed to open stream: No such file or directory in /home/cyphersg/public_html/catalog/invoice.php on line 28 Fatal error: require() [function.require]: Failed opening required 'admin/includes/languages/english/invoice.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cyphersg/public_html/catalog/invoice.php on line 28 I know it's because in the catalog/invoice.php, line 28 says "require('admin/includes/languages/english/invoice.php');". I didn't see any file in this package that was supposed to go there, and, obviously, there is no file by that name in that directory (hence the error). Did I miss a step somewhere. Is the file missing in the package, or am I supposed to get it from some other place? This is exactly what my client is looking for, so any help would be appreciated. Thanks!!
  5. I've checked, and there are no blank spaces. Any time I modify any of the files (for any add-on), I end up with header errors.
  6. I downloaded the add-on Attributes Sort Order v1.0, but am having problems... 1] The readme installation file indicates that there are product_attribute.php files included in the package that you can use, but the only file I see in the .zip is the readme text doc. 2] When I try to modify the php files, as directed in the readme, I end up with a zillion "headers already sent" errors in the catalog/admin/includes/functions/sessions.php, on line 102, (and a few other of the php files, that I can't recall off the top of my head). I tried using ob_start and ob_end_flush, to try to resolve the header errors, but had no luck. Has anyone else had similar problems? If so, what was the resolution? Thanks!!
×
×
  • Create New...