Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kuai

Members
  • Posts

    117
  • Joined

  • Last visited

Posts posted by kuai

  1. Jack, I am not asking out of ignorance. I built my last store on v.2.2rc2a and it served me well for years. I highly modified the store with add-ons and code that was provided by the community. Now it is like starting over. I'm glad to see osC advanced a little but the community is not as active as it was back then and very few add-ons are being updated. If some are, the coding is sloppy and doesn't work.  People have moved on it seems. I came back because I happen to like osC.

  2. Good contribution but there's a slight problem. As long as I stay within the confines of the box when creating an article in admin, everything is ok. Just as a test, I held down a letter key to keep repeating. Afterwards, I went back to the front end(store) and clicked "news articles", and my site was stretched to no end. My site's width is set to 800 and was distorted to around 1200. Do you have a fix for this? Everything seems to function normal otherwise.

     

    Kuai

  3. I just downloaded the contrib and at first it looked great, but then a couple of issues emerged.

     

    2. The breadcrumb trail is messed up, I get NAVBAR_TITLE

     

    Adding the NAVBAR title define() to includes/languages/english/news.php wasn't enough to fix this issue for me, I had to change the order of 2 lines in /news.php:

     

    /* swap order of lines...

    $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_NEWS, '', 'SSL'));

    */

     

    require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_NEWS);

    $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_NEWS, '', 'SSL'));

    ?>

     

    And that did it.

     

    Anybody else find the 'Edit' button on the admin panel confusing? I changed it to 'Save'.

     

    Sean

  4. Hey Scott,

    Thanks for a great contribution. Works as advertised. Very well written, and easy to install. Everything tested fine. I did take a couple of lines of code and added them to the catalog\contact_us and the catalog\includes\languages\english\contact_us files so the "store_name strives to respond to all inquiries within 24 hrs" will be visible on the contact_us form during normal operation. Also, thanks for the reCaptcha contribution which was also great.

     

    Thanks again,

     

    Kuai

  5. Hey Jack,

    Just wanted to let you know the program runs fine on the local machine after getting the correct "Start Directory" root info. The only error, which I don't consider an error, was the mail server which is not configured for my testing environment. Everything works as advertised on v2.2 rc2a.

     

     

    Thanks again,

     

    Kuai

  6. Yes, it will run locally as long as the configure options are correct. When you move to the server, the configure options will have to be changed and you will need to create a new reference file.

     

    Jack

     

     

     

    Thanks,

     

    Kuai

  7. Hey Jack,

    This looks like a great contrib but I have a stupid question. I'm currently completing the store on my local machine by adding some security. Will I have any problem implementing and testing on the local machine? Once uploaded to the host, will I need to change any config files other than the one needed for the cron job?

     

    Thanks,

     

    Kuai

  8. Excellent Contribution. Installation was painless and flawless. Please keep up the great work on this as I think this should become a standard in the install file with an option to enable or not. Everything is working fine in our developmental environment using xampp. Our store will began online testing in a few days and will report back afterwards. Once again thanks.

  9. I'm using a template from the contribs and found a link to Belize. I thought my monitor had a smudge below the footer. I cleaned my monitor and the "smudge" was still there. I scrolled over it and the hand popped up. I clicked on it and I was directed to a website in Belize. I would have never discovered the link if it had not been for this. I found the link in one of the php files and removed it and searched every file. Is there a policy for this other than "Use at your own risk?" How do I know customer info will not be compromised.

     

    Need input on this and advice

     

    kuai

×
×
  • Create New...