Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FSS

Pioneers
  • Posts

    45
  • Joined

  • Last visited

Posts posted by FSS

  1. OK, looks like I did a pretty good job of editing checkout_process. Thanks for your reply steve. My next issue is related to eorder_text. Im getting this error when I try to send a new order confirmation:

     

    1146 - Table 'XXXXXX.eorder_text' doesn't exist

     

    SELECT * FROM eorder_text where eorder_text_id = '1' and language_id = '1'

     

    As far as I can tell, this is related to "email order text" which I dont have installed. I do have "Send Html Email v2" installed which is referred to in the order editor install directions. Maybe im reading the code wrong, but shouldnt eorder_text not come into play if its not installed? Do I have remnants of other contribs interfering? Am I too strung out with this install to make sense of it? I feel like this is a fairly simple install, and im missing something.

     

    Maybe I should start over, its kinda depressing, lol

     

    Hello Zach...can you tell me what you found to overcome these error messages?

    thanks,

    Mark

  2. Installed fancier I&P and have worked everything out except can't figure this out; when I "print invoice" from account_history_info.php I get this error message

     

    404 Not Found

    Not Found

    The requested URL /store/FILENAME_PRINT_MY_INVOICE was not found on this server.

     

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

     

    Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 mod_auth_passthrough/2.1 FrontPage/5.0.2.2635 Server at firststopsecurity.com Port 443

     

    can anyone help?

     

    Found answer in earlier post...sorry just learning how to get around in here. thanks to post #1386

     

    added this in catalog/includes/filenames.php

     

    define('FILENAME_PRINT_MY_INVOICE', 'print_my_invoice.php');

     

    Now will work on getting rid of background color (all blue, and from my site background color I am assuming), so customer invoice will print with white background.

  3. Installed fancier I&P and have worked everything out except can't figure this out; when I "print invoice" from account_history_info.php I get this error message

     

    404 Not Found

    Not Found

    The requested URL /store/FILENAME_PRINT_MY_INVOICE was not found on this server.

     

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

     

    Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8l DAV/2 mod_auth_passthrough/2.1 FrontPage/5.0.2.2635 Server at firststopsecurity.com Port 443

     

    can anyone help?

  4. I use this contribution and I have this problem when I finnish an order, and I can`t find where to change this "speelmans.com/webshop/" to show proper way.I think this cause the problem but maybe is something else please if you can.

    The error is:

    Warning: require(C:/xampp/htdocs/speelmans.com/webshop/admin/includes/languages/bulgarian/invoice.php) [function.require]: failed to open stream: No such file or directory in D:\xampp\htdocs\riza_bg_develop\includes\modules\email_invoice\email_invoice.php on line 30

     

    Fatal error: require() [function.require]: Failed opening required 'C:/xampp/htdocs/speelmans.com/webshop/admin/includes/languages/bulgarian/invoice.php' (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\riza_bg_develop\includes\modules\email_invoice\email_invoice.php on line 30

     

    If you have not already found it...it is in the /includes/local/configure.php file that you uploaded with the contrib. Follow step number 6 in instructions.

    MW

  5. Hello,

    1st. Thank you for this contribution! works like a charm.

     

    I have an issue trying to style anything that is in between <h1> and </h1>,

    like product_name, price, ect, ect.

     

    The install says to:

     

    FIND (around line 102)

    <td class="pageHeading" valign="top"><?php echo $products_name; ?></td>

    <td class="pageHeading" align="right" valign="top"><?php echo $products_price; ?></td>

     

    REPLACE with

     

    <?php /*** Begin Header Tags SEO ***/ ?>

    <td valign="top"><h1><?php echo $products_name; ?></h1></td>

    <td align="right" valign="top"><h1><?php echo $products_price; ?></h1></td>

    <?php /*** End Header Tags SEO ***/ ?>

     

    NOTE: In any page in which you make the change to the title for Header Tags,

    you should also locate the line containing HEADING_TITLE, remove the

    pageHeading class and add the h1 tags as above.

     

    We have done this, we have also added to stylesheet:

     

    /*** Begin Header Tags SEO ***/

    h1 {

    font-family: Verdana, Arial, sans-serif;

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 0;

    padding-bottom: 0;

    color: #000;

    }

    h2 {

    font-family: Verdana, Arial, sans-serif;

    font-size: 14px;

    font-weight: normal;

    margin-bottom: 0;

    padding-bottom: 0;

    color: #000;

    }

    /*** End Header Tags SEO ***/

     

     

    We have edited h1 in stylesheet and there is no change.

    I hava tried a number of differant methods to add style, but no luck.

    It always show same size & color.

     

    Can someone please shed some light in regards to this issue i am having.

     

    Thanks again,

    Ronnie

    Hello...can you tell me what you did to overcome this problem? I am having same problem with editing h1.

    thank you.

    Mark

  6. Has anyone got any ideas? I give up.(almost!).

    1) When I add a new product, and then add it to 'specials', the image will not show up in the 'specials' module on the index page. Yet they will show up in 'specials' info box and specials.php page.

     

    ***clue; (which apparently does me no good!) if I add a product to 'specials' and (I believe), it is a product that was in the database before adding 'more pics', the image will show up in 'specials' module?

     

    2) When I add a new product, and then add it to 'featured products' (product spotlight), the image will not show up in the module, or the info box, or the featured.php page.

     

    I have changed more code in more files than I can remember. I hope someone can help me!

    http://firststopsecurity.com/store/index.php

  7. Should be in your style sheet (catalog/stylesheet.css)

    /*** Begin Header Tags SEO ***/

    h1 {

    font-family: Verdana, Arial, sans-serif;

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 0;

    padding-bottom: 0;

    color: #000;

    }

    h2 {

    font-family: Verdana, Arial, sans-serif;

    font-size: 14px;

    font-weight: normal;

    margin-bottom: 0;

    padding-bottom: 0;

    color: #000;

    }

    /*** End Header Tags SEO ***/

     

    Mine will be slightly different.

     

    Scott

    Thanks Scott. This is what I thought, but i make changes to this and nothing happens. I'm thinking i missed some code somewhere that links category headers back to this?

  8. is it this text you want to change the colour of

     

    BURGLAR ALARM

    Hardwire Alarm

    Wireless Alarm

    Dialers & Cellular

    Relays & Timers

    Power supplies

    Horns & Strobes

    Signs/Warning Decals

     

    no...i want to change the burglar alarm that is black now, in the center of page. Sorry, that was very unclear.

  9. I cannot remember which contrib it was. It has been so long and so many changes. but now i will load images (using more pics), and they will go in fine... except for some modules. I finally got them to load in the new products area by making some changes in products_new.php but not so lucky in featured products and specials. while on the index page, the specials module showed the latest image I inserted at least one or two times, and then disappeared! They do show in the specials.php page but not on the index page specials module? and still not in featured products. Any help in the right direction is much appreciated!

    tks...mark

    firststopsecurity.com

  10. After installing header tags contrib i cannot for the life of me get the color of the category header and sub cat header in the center of the page to change from black, back to a specific color. It's like the h1 and h2 code downloaded in stylesheet.css has no effect. Am i looking in the wrong place? Just learning and it's allot to gobble up, but i think this is probably the most important contrib i have installed. thanks

    sincerely,

    mark

  11. I made all the changes to more pics 2.0.4 but still do not have images on new products page, only some on featured products page (i believe only ones that were in data base before more pics installed.) and new specials that i add will not load images. Was I supposed to dwnld the database.sql file again with the new 2.0.5 v? I just can't figure it out!

  12. I have been trying to troubleshoot my more pics install. images of new product that i add will not show up in featured products or new products, and specials also, I believe. Anyway, I've gone over files once or twice, and (not knowing what I was doing), I decided to reinstall the install.php file in admin and reopen it with the browser. Well I found out why 'ONCE' was in such big letters in the instructions. now i have duplicate products everywhere (except featured products page)! Please...what should I do?

    tks.

  13. After dwnld and configuring more pics contribution, I notice that when I add a new product in admin (v2.2 RC2) it does not show up in product list until I go to the new 'products images' location and add an image. I'm thinking I missed a step or two, because there is a nice handy 'manage images' icon in the list of products that I cannot use after inserting new product. At least not right away. Still, knowing how to use it now, it is a minor extra step compared to the great benefit. The end result in wonderful! http://firststopsecurity.com/store/product...products_id=139

    tks

    Mark

  14. Can some one out there help me out? I cannot add new products in admin since downloading the more pics contrib. everything else is working fine, I can update existing products, but after clicking insert to add a new product it just does not show up? I have compared all files changed with my back up files. Maybe problem is in sql database?

  15. I just installed more pics, (WOW-just what I was looking for!) but I cannot add new products from admin, ( i have not tried to add new categories). I'm sure it's a quick fix but i don't know which file to start looking in?

     

    to elaborate; I click 'new product' normal page opens to load info, (except image), and I click 'insert Item'. It acts like it's working, but no new product?

×
×
  • Create New...