Search:

Type: Posts; User: joe.davila

Search: Search took 0.01 seconds.

  1. v139h Re: WARNING error during checkout attached to Free Shipping

    Hi Ajeh
    I am getting this error too, but I don't have either file in their respective directories. Do you know where I need to look in the database to clean this up?
  2. Replies
    7
    Views
    1,065

    Re: Dynamic Attributes

    I'm looking to do the same thing. I wonder if there would have to be entirely new code created for this mod, or if we can figure out which files would be required from the existing zen cart files...
  3. Re: Where is Paypal Transaction ID in database?

    Nevermind, I found it. It's in the PayPal table, which also contains a field called orders_id in case you need to combine it with data from another table.
  4. Re: Where is Paypal Transaction ID in database?

    I'm looking for the same thing. I was able to find a reference to it in orders_status_history, but it's in a comments field. Have you found it somewhere else?
  5. v151 Re: Upgrade 1.3.9 to 1.5.1 Can't Login to Admin Area

    I fixed my issue with the admin panel not being displayed. There were 2 things that caused this issue.
    1. My ftp program was not loading some files from the admin directory. I ended up loading these...
  6. v151 Re: Upgrade 1.3.9 to 1.5.1 Can't Login to Admin Area

    Does anyone have a solution to this problem? I have updated my zen cart application in the past, without so many critical issues! This is a pain in the a**!
    Upon creating a "demo" store on my...
  7. Replies
    3,720
    Views
    842,759

    Re: Zen Lightbox...

    I've checked the database tables configuration and configuration_group and they have all the references to zen_lightbox in them 1 additional row in configuration group and 21 additional rows in...
  8. Replies
    3,720
    Views
    842,759

    Re: Zen Lightbox...

    I've installed the module and run the sql query but the Lightbox menu in Admin -> Configuration is not showing up. Lightbox functionality is working on my site, but it's just not configurable in the...
  9. Replies
    4
    Views
    6,656

    Re: UPS Setup Tutorial how???

    Thanks Ajeh, I will look there..
  10. Replies
    4
    Views
    6,656

    Re: UPS Setup Tutorial how???

    I am trying to set up UPS for my store in France (we will be shipping in the EU from France). I am not getting any rates when going to Step 1 in the checkout process. I get a generic message...
    ...
  11. Replies
    3,720
    Views
    842,759

    Re: Zen Lightbox...

    Many thanks, that works like a charm!
    :cool:
  12. Replies
    3,720
    Views
    842,759

    Re: Zen Lightbox...

    Can you please explain the EZ Pages functionality?
    I cannot get lightbox to work on www.mermagica.eu/index.php?main_page=mermaid_racing.

    "EZ-Pages

    By default the lightbox effect will be...
  13. Re: Optional Shipping Insurance Module Support Thread...

    Easy there. :blink:
    I have all my tax rates set up in those tables. I don't want to wipe them out. I think it's just coincidence but Iowa has the geo_zone_id of 20, that's why the insert fails.
    ...
  14. Re: Optional Shipping Insurance Module Support Thread...

    Thanks I will check it out. I managed to install the file to the proper locations in languages and modules.

    I tried to copy and paste the code after the uploading didn't work and got the same...
  15. Re: Optional Shipping Insurance Module Support Thread...

    Where are the instructions to install this module? I've uploaded ot_insurance to the appropriate folder but I don't see it in the admin console to install it. Also, when I tried to run the sql...
  16. Replies
    24
    Views
    13,740

    Re: Welcome, Google Searcher Support Thread

    Thought I would post the answer...
    http://groups.google.com/group/google-custom-search-cse-and-your-site/msg/4cd12c0a42922dc4?pli=1

    Have a good one!
    :clap:
  17. Replies
    24
    Views
    13,740

    Re: Welcome, Google Searcher Support Thread

    Hi swguy, I have been trying to embed the Google Custom Search tool into my site at www.mermagica.com. The code that google provides for this is as follows:

    <form...
  18. Replies
    9
    Views
    6,157

    Re: Zencart Functions

    Let me try to clarify.
    I haven't installed their program yet, because I want to see if what they are saying is possible by modifying Zen Cart.

    Out of the box, eCC sets the order status to...
  19. Replies
    9
    Views
    6,157

    Re: Zencart Functions

    Thanks DrByte, that saved me a lot of time!

    Let me explain what I'm trying to do. I'm working with a company called Webgility, they have a product called eCC that integrates my shipping and...
  20. Replies
    9
    Views
    6,157

    Re: Zencart Functions

    I've been searching for more than 2 hours on a function that updates the cart status. I've been told to look for update order shipping status but I can't find it in the includes directory.

    Does...
  21. Replies
    5
    Views
    9,335

    Re: Automated UPS Tracking

    Currently we print our shipping labels in PayPal and this action generates the order tracking url. We take this url from PayPal, paste it into the customer's order in zen cart, and update the order...
  22. Replies
    5
    Views
    9,335

    Re: Automated UPS Tracking

    Hi Joe
    Question - we are looking to update our customer cart status from Processing - Shipped - In Transit - Delivered , etc. Right now we have to do this manually by looking up the tracking url...
  23. Replies
    12
    Views
    2,001

    Re: Cannot Access Products in Cart

    Wow! What a day in troubleshooting he**!
    I finally figured out that this resulted from a Magento cart installation that should not have been performed on the root directory where Zen Cart already...
  24. Replies
    12
    Views
    2,001

    Re: Cannot Access Products in Cart

    The SQL...

    --
    -- Table structure for table `tax_class`
    --

    DROP TABLE IF EXISTS `tax_class`;
    /*!40101 SET @saved_cs_client = @@character_set_client */;
    /*!40101 SET character_set_client...
  25. Replies
    12
    Views
    2,001

    Re: Cannot Access Products in Cart

    When I try to run this sql code I get the following error:

    SQL query:

    --
    -- Table structure for table `tax_class`
    --
    DROP TABLE IF EXISTS `tax_class` ;

    MySQL said: Documentation
  26. Replies
    12
    Views
    2,001

    Re: Cannot Access Products in Cart

    I'm all patched up.

    I haven't looked into the extra tables yet, but I am going to drop the existing tax_class table then recreate and reload it with a backup prior to the change.

    Both the...
  27. Replies
    12
    Views
    2,001

    Re: Cannot Access Products in Cart

    Another thing I should mention is that the online store still calculates the correct tax for customer orders. I've tested that I can still successfully place an order and all seems okay there. ...
  28. Replies
    12
    Views
    2,001

    Re: Cannot Access Products in Cart

    That's what I was afraid of. Yesterday I noticed that there were 321 tables in my production zen cart MySQL database, there are normally only 98 tables. When I try to access any other database in...
  29. Replies
    12
    Views
    2,001

    Cannot Access Products in Cart

    I'm getting the following error when I try to open any product in my store:

    1054 Unknown column 'tax_class_id' in 'field list'
    in:
    [select tax_class_id, tax_class_title from tax_class order by...
  30. Replies
    2
    Views
    823

    Re: Login problem - IE8

    Can I please know what issue was resolved here? I am having an issue with IE8. After installing the latest browser from MS, my test user account cannot login to my site at www.mermagica.com.
    ...
Results 1 to 30 of 35
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR