Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Mrs Minx

Archived
  • Posts

    184
  • Joined

  • Last visited

Posts posted by Mrs Minx

  1. BIG help needed quickly please ....

     

    I had dynamic sitemap v2.0 installed, although after an error on site noticed that it was coming up in info box with broken link. Re-installed v2.0 and looked at my site and it is blank (apart from the left side). left side colum is missing info box also.

     

    So whats missing is main content on website and right colum.

     

    I then decided to add version 3 instead and see if that made any difference. No difference - am still missing website.

     

    Backend on Admin sitemap works well and I generated my xml's :)

     

    please could someone tell me urgently where I may have gone wrong? Followed all the instructions in install.

     

    Thank you

     

    site: www dot equineinternetsupplies dot co dot uk

  2. Hi There,

     

    I had someone install this contribution for me but its not working anymore, I was just wondering what it was called please?

    I have searched under 'contributions' but can't find it.

     

    I think it could be a java type one.

     

    You basically click image to enlarge it, then this great little popup window comes up, then rest of site blacks out and it only shows this pop up window.

     

    Does anyone know?

     

    Thanks :)

  3. Dunno if someone is playing a joke on me - or if a page has been changed - or if this is an error in featured products contribution ... but when on my website, I was just checking to make sure all links worked and clicked on 'featured products', it takes me to featured products page (which works great) BUT

     

    at the bottom it says "These Are The Most For The Money Result Pages: 1"

     

    Arggh! Eeek!

     

    Thats not good! I need to get this 'these are the most for the money' outta there!

    Checked feature_products.php and its not in there.

     

    Any ideas on why this is happening and which file to strip that text from please?

     

    Thanks wayy in advance :)

  4. Hi,

    As title above, when I go to download a full file of the current products I have in my store, it comes back with an error saying 'internal error 500 please try again later'

     

    I have also tried to download a file to temp folder (temp folder has a chmod value of 777) and that doesn't work - same error.

     

    I am on MS2, not behind https, used 2.76 Easy populate contribution, read the manuals and even re-uploaded the files to double check everything.

     

    Without this complete file, I can't upload a thing :(

     

    Can anyone help please?

  5. Hi, when I click on: Download Complete tab-delimited .txt file to edit - it comes back with internal error 500 - please try again later.

     

    I have looked through manuals but cannot see why this would happen.

    I have installed 2.76 full package and am on MS2 and have less than 300 products. Temp file is 777 under catalog.

     

    Please can anyone advise?

     

    Thanks

  6. :blush:

     

    Hello,

    I have been looking for a price reduction contribution and have searched under that and under sales, but neither are showing what I would like.

     

    If you have a look at this website http://www.jellybabys.co.uk/bedroom-stickers-c-70.html

     

    It shows you the original price (crossed out) and then the new sale price in red.

     

    Please can you tell me the name of the contribution?

     

    Many Thanks :)

     

    Minxy

  7. I would like to add the wishlist 2.0 contribution to my site, but upon looking at the contriution - there are so many, that I cannot figure out which version I put on. Do I just add the latest version then work through all the fixes and apply those?

     

    Can someone point me in the right direction please?

    Thanks :)

  8. Hi, I have done it and its not working.

    err! Help!

     

    When I installed it I followed all steps apart from keeping the credit card numbers one (that was optional). What have I done wrong for it to have gone wrong like this?

     

    Thanks :)

     

    Tell a lie - I did it in the wrong file. Have gone to print_my_invoice and went to add your code in, only to find that it is already in there. This is what I have in file at mo:

     

    <?php

    /*

    $Id: print_my_invoice.php,v 6.1 2005/06/05 18:17:59 PopTheTop Exp $

     

    osCommerce, Open Source E-Commerce Solutions

    http://www.oscommerce.com

     

    Copyright © 2002 osCommerce

     

    Released under the GNU General Public License

    */

     

    //// START Edit the following defines to your liking ////

     

    // Footing

    define('INVOICE_TEXT_THANK_YOU', 'Thank you for shopping at Equine Internet Supplies'); // Printed at the bottom of your invoices

    define('STORE_URL_ADDRESS', 'http://www.equineinternetsupplies.co.uk'); // Your web address Printed at the bottom of your invoices

     

    // Image Info

    define('INVOICE_IMAGE', 'images/EIScircularsmall.jpg'); //Change this to match your logo image and foler it is in

    define('INVOICE_IMAGE_WIDTH', '238'); // Change this to your logo's width

    define('INVOICE_IMAGE_HEIGHT', '54'); // Change this to your logo's height

    define('INVOICE_IMAGE_ALT_TEXT', Equine Internet Supplies); // Change this to your logo's ALT text or leave blank

     

    // Product Table Info Headings

    define('TABLE_HEADING_PRODUCTS_MODEL', 'SKU #'); // Change this to "Model #" or leave it as "SKU #"

     

    //// END Editing the above defines to your liking ////

     

    // Misc Invoice Info

    define('INVOICE_TEXT_NUMBER_SIGN', '#');

    define('INVOICE_TEXT_DASH', '-');

    define('INVOICE_TEXT_COLON', ':');

     

    define('INVOICE_TEXT_INVOICE', 'Invoice');

    define('INVOICE_TEXT_ORDER', 'Order');

    define('INVOICE_TEXT_DATE_OF_ORDER', 'Date of Order');

    define('ENTRY_PAYMENT_CC_NUMBER', 'Credit Card:');

     

    // Customer Info

    define('ENTRY_SOLD_TO', 'SOLD TO:');

    define('ENTRY_SHIP_TO', 'SHIP TO:');

    define('ENTRY_PAYMENT_METHOD', 'Payment:');

     

    // Product Table Info Headings

    define('TABLE_HEADING_PRODUCTS', 'Products');

    define('TABLE_HEADING_PRICE_EXCLUDING_TAX', 'Price (ex)');

    define('TABLE_HEADING_PRICE_INCLUDING_TAX', 'Price (inc)');

    define('TABLE_HEADING_TOTAL_EXCLUDING_TAX', 'Total (ex)');

    define('TABLE_HEADING_TOTAL_INCLUDING_TAX', 'Total (inc)');

    define('TABLE_HEADING_TAX', 'Tax');

    define('TABLE_HEADING_UNIT_PRICE', 'Unit Price');

    define('TABLE_HEADING_TOTAL', 'Total');

     

    // Order Total Details Info

    define('ENTRY_SUB_TOTAL', 'Sub-Total:');

    define('ENTRY_SHIPPING', 'Shipping:');

    define('ENTRY_TAX', 'Tax:');

    define('ENTRY_TOTAL', 'Total:');

     

    //Order Comments

    define('TABLE_HEADING_COMMENTS', 'ORDER COMMENTS:');

    define('TABLE_HEADING_DATE_ADDED', 'Date Added');

    define('TABLE_HEADING_COMMENT_LEFT', 'Comment Left');

    define('INVOICE_TEXT_NO_COMMENT', 'No comments have been left for this order');

    ?>

     

    HOWEVER - it is still not working and I don't know how to sort it out :(

    I have tried ammending some things like logo and stuff and nothing is appearing on invoice any diff from screenshot above).

     

    Please help

  9. If you see a text like: INVOICE_TEXT_INVOICE, it means that there are missing some define's in the langauge file's:

    so place this in your Print_my_invoice.php:

    define('INVOICE_TEXT_INVOICE', 'Invoice');

     

    Do this with all missing define's

     

    Cheers...

     

    Hi, I have done it and its not working.

    err! Help!

     

    When I installed it I followed all steps apart from keeping the credit card numbers one (that was optional). What have I done wrong for it to have gone wrong like this?

     

    Thanks :)

  10. Sorry..i see now that there is a problem in ie...can you post the width setting you have in your stylesheet?

     

    HI, thanks for replying.

    Here is the snippet for the stylesheet (it is default):

    BODY {

    text-align: center;

    background: #ffffff;

    color: #000000;

    margin: 0px;

    }

    .fixcenter {

    width: auto;

    border: solid; border-width: 1px;

    background: #ffffff;

    color: #000000;

    margin: auto;

    margin-top: 10px;

    text-align: left;

    }

     

     

    Thanks :)

  11. Had a look..looks fine both in IE and Firefox

     

    Hiya, in IE 6 if you load it up, you'll notice that the page goes very wide to the right (you'll have to scroll) and then 'cart contents' etc that are in the grey bar at the top are pushed right over to the right hand side.

     

    Please can you check for me again?

     

    I have cleared cache this end and checked it on several diff machines to find that they all show the error.

     

    Thanks :)

  12. Hi, I changed the width of the border in stylesheet.css so that it could accomodate my big header image (across top of website) - however, in firefox the site looks fine but in IE6 it shows a lot of white space and pushes the 'cart contents' etc to the right of the page.

     

    Have a look: http://www.equineinternetsupplies.co.uk

     

    I am not sure what it does in other browsers. Half of me wonders whether this is a well known bug, or whether it is one line that I need to change etc?

     

    I have the width currently set on auto - so it scales the page.

     

    Any hellp much appreciated! :)

  13. Yes you can do so...just take care not to overwrite your old db during install

     

    Hiya,

    Thanks for that, I finally figured it out last night and it has installed just fine - thanks :)

    I really like it!!

     

    Is there a way which I can change the width of the design pack border? I would like to make it just a little bigger.

     

    Please help.

     

    Thanks :)

×
×
  • Create New...