Search:

Type: Posts; User: freefire

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Wow!!! You're The Best!!! Thank you so much! I guess it's the change with CloudFlare setting that set it off, but your solution by using https: for the HTTP_SERVER in configure.php solved the issue...
  2. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Thanks, I have turned the "Down for Maintenance" off now.
  3. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    FYI, I have set the Debugging to be shown - but nothing was shown when I added product to cart and the shopping cart remains empty...
  4. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Help!!! The problem comes back when a customer tried to add products into her cart! So I tried it myself and although there is the green notification on top of the page saying the product is added to...
  5. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Ah! Silly me! I thought the debug related to the files under the /shop/logs/!
    Thank you ever sooo... much! :)
    Have a great weekend!
  6. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Ooops, sorry - got distracted! Here's the correct result:

    17345

    Thank youuu :)
  7. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Here is the result of the SQL query:



    SELECT `products_id`, `products_quantity_mixed`, `products_quantity`
    FROM `zen_products`
    WHERE `products_quantity` > 0


    Thanks,
  8. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Sorry, I missed this post before! I have now done as you suggested and it works! YAY!!! Thank youuuu!!! :)

    Now for a stupid question... how to not showing the warning message with the yellow...
  9. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    OK, I didn't know what I did, but now I can see the error message with the yellow background.

    I changed the max quantity in one product, and change the products quantity to 100. And now it works,...
  10. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    FYI,
    All the tables use prefix, and there is the table "zen_products"...

    17340

    And in the configure.php I did specify the prefix name...
  11. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Wow how come I didn't get that error messages in yellow background! But thanks so much - you are right that we are close!

    Here's the SQL query result:



    Error

    SQL query:
    SELECT...
  12. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Thank you, I have changed the debug to TRUE, but the message appeared after adding to cart is the same as before: "Your shopping cart is empty."

    There is no new debug file under the /shop/logs/...
  13. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Thank you, that makes sense. I have temporarily disabled Cloudflare, and the issue persists. I have been using Cloudflare for the past few years but only recently upgraded my Zen Cart from 1.3.9h to...
  14. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Here you go - this is the content of the unchanged file from /shop/includes/modules/



    <?php
    /**
    * new_products.php module
    *
    * @package modules
    * @copyright Copyright 2003-2008 Zen Cart...
  15. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Thanks, I have cleared the browser's caches and also purged the caches on the server... I wonder what is so wrong...
  16. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Everything stays the same; the empty shopping cart issue persists... What to do?
  17. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Here's the latest debug file:



    PHP Parse error: syntax error, unexpected ';' in /***/***/public_html/ztampf.com/shop/includes/modules/template_ztampf/new_products.php on line 50


    ...
  18. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    It had been changed to use the default, and just now I re-downloaded Zen Cart 1.5.5e and uploaded the new_products.php overwriting the one on my server. The issue persists ... aaargh! It does show...
  19. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Thank you, I did that but it didn't resolve the issue. The only difference it made was it no longer showing the list of "Recently Added" items like before...
  20. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Yes, here is the error described in the debug file - the error is now on line 51:



    PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
  21. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Since I didn't make any changes to the file new_products.php, I removed it from under the template_ztampf directory, so it calls the default file instead. However, it still doesn't resolve the empty...
  22. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Below is from the file mentioned in the debug file above- I added the line numbers following the original for clarity:



    48 }
    49 $new_products_query .= " ORDER BY products_date_added DESC
    50 ...
  23. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Found it. I copied the Error message below (obscuring the path for security reason):



    PHP Fatal error: 1064:You have an error in your SQL syntax; check the manual that corresponds to your...
  24. Replies
    39
    Views
    2,343

    v155 Re: Add to Cart button is not working

    Not that I can see. The Admin Activity Logs doesn't show any debug files. Where should I look for debug files?
    Thank you.
  25. Replies
    39
    Views
    2,343

    v155 Add to Cart button is not working

    Zen Cart v1.5.5e
    PHP Version: 5.6.30 (Zend: 2.6.0)
    Database: MySQL 5.5.51-38.2
    Plugins: Image Handler 4.3.2, Fual Slimbox
    ztampf.com/shop/


    The "Add to Cart" button suddenly no longer work,...
  26. v151 [SOLVED] Re: Shipping Estimator Issues (changed from lbs to grams)

    Thanks sooo... much, guys! I followed Ajeh's instructions and it works!!! Yipppeee!!!
    And Rod, thanks for the tips too! Will keep those in mind when I do my further customization :)
  27. v151 Shipping Estimator Issues (changed from lbs to grams)

    Hi, I have changed any instances of 'lbs' to 'grams' (I'll be shipping from Hong Kong). However, in the Shipping Estimator pop up:

    The calculation is shown still in lbs although the item listed...
  28. Replies
    16
    Views
    4,890

    Re: [SOLVED!] v151 Page 2, 3 & 4 SiteMap/URL Change

    Thank you sooo much! It works :) I was pretty close - missed the part to make them available in the Admin's Define Page Status section. Being a non-programmer, just couldn't figure out how :) Thank...
  29. Replies
    16
    Views
    4,890

    Re: v151 Page 2, 3 & 4 SiteMap/URL Change

    I am trying to do the same thing: to change the url of Page 2 to something else - in my case, it is to About Us. Somehow I have managed to do that. HOWEVER, the content (define_about_us.php) doesn't...
  30. v151 Re: Issue with define_pages title, and zen lightbox images

    Referring to the answer below: does it mean we can't change the page 2 url to something else? i.e. from <yoursite>?main_page=page_2 to <yoursite>?main_page=about_us
  31. v151 Re: Navigation and some content won't display on Safari

    Wow thank you sooo... much!!! I didn't realize it was px - I meant it to be em following the original CSS. It didn't occurred to me to check that since they display as they should on Firefox! Thanks,...
  32. v151 Navigation and some content won't display on Safari

    Hi there,

    I have a brand new installation of the latest Zen Cart on my new site and attempting to do my own customization. I am using Firefox and so far it looks well. However, when I checked it...
  33. Replies
    313
    Views
    72,295

    Re: 138 mods tested on 139

    Yes I have. Does it matter if I use a database with a different name? I imported from old database into a new one, keeping the table prefix name the same. In the WishLists doc there is a mention of...
  34. Replies
    313
    Views
    72,295

    Re: 138 mods tested on 139

    Anyone knows whether WishLists-0.5 works with Zen Cart 1.3.9d?
    I have recently upgraded my site from1.3.8a by fresh installation of 1.3.9d then importing my database and the WishLists mod doesn't...
  35. Re: 2 issues: on contactus and the new dynamic navi bar

    OK, just wanted to share how I 'fixed' this issue. After I imported my old database, the text appeared as an image hosted at an external site, which I have since removed. Since I couldn't locate the...
  36. Re: 2 issues: on contactus and the new dynamic navi bar

    I still can't locate where that text is residing. This is where it is in the Page Source of the Contact Us page (between the address tags):


    But I still can't locate it in any of the files...
  37. Re: 2 issues: on contactus and the new dynamic navi bar

    Well, the Developers Tool Kit couldn't find it. I put in the part of the text that I know for certain is not used anywhere else (/Ztampf-SBG_StoreSign03.jpg) - and I've searched in all and every...
  38. Re: 2 issues: on contactus and the new dynamic navi bar

    Yay! Thanks so much! The bg of the breadcrumb is now transparent!
    Next, I'll try out the Developer Tool Kit :)
    Thanks again!
  39. Re: 2 issues: on contactus and the new dynamic navi bar

    Thanks! I am rebuilding my shop (it is currently inactive) - fresh installation of the 1.3.9d while my old shop is still 1.3.8a. I tweaked some files on my old shop a while ago and it messed some...
  40. 2 issues: on contactus and the new dynamic navi bar

    I have just upgraded to v1.3.9d and noticed that there is now a dynamic navigation bar with white background. I want to make it transparent because the white bg is onscuring the deign in my...
  41. Replies
    3
    Views
    933

    Re: Trouble downloading Zen Cart 1.3.9d

    Ohkay, I managed to download it after I created an account and logged in to Source Forge site. Does it mean guests cannot download it?

    Thanks,
  42. Replies
    3
    Views
    933

    Trouble downloading Zen Cart 1.3.9d

    Hi,

    I tried to download the latest release of Zen Cart 1.3.9d on the Source Forge page as provided in the Announcement but the download page (where it says 'your download will start shortly...')...
  43. Replies
    7
    Views
    3,072

    Re: Changing Customer Authorization Status

    Oh and currently the setting for Customer Shop Status - View Shop and Prices is 0 (Not required). Do I have to change this in order to be able to apply the settings I want above?

    Thanks again!
  44. Replies
    7
    Views
    3,072

    Re: Changing Customer Authorization Status

    Oh I see. So I first have to set in the Admin > Config > Customer Details > Customer Approval Status - Authorization Pending > then choose 3= Customer May Browse and May see Prices but Must be...
  45. Replies
    7
    Views
    3,072

    Changing Customer Authorization Status

    Hi, I would like to change the Authorization Status of some of my existing customers but it doesn't seem to work. I did a test on my brother's account (he happens to be one of my customers), I...
  46. Replies
    31
    Views
    11,861

    Re: Show Out of Stock Products Doesn't Work

    Oh I see. So basically it will set to "Sold Out" instead. Thanks so much for the clarification! Much appreciated :).
  47. Replies
    31
    Views
    11,861

    Re: Show Out of Stock Products Doesn't Work

    Thanks, but it doesn't seem to work with products currently set at 1 (active) either. That's what I was going to do, to set currently Active/Available products to Out Of Stock while still enabling...
  48. Replies
    31
    Views
    11,861

    Show Out of Stock Products Doesn't Work

    I would like to set some products to be "Out Of Stock" and yet still be displayed on the shop although people won't be able to checkout with these products. I tried using the feature in the Admin...
  49. Re: Is it possible for admins to manually create a new password for a customer?

    Thanks so much - but it didn't seem to work. I'm not sure what I have done wrong. I tried these:

    In the customer_password table, I chose MD5 from the drop down menu and then typed in the password...
  50. Re: Is it possible for admins to manually create a new password for a customer?

    Thanks - unfortunately I don't really understand DB. I just searched the customer ID up, found the password table and changed it manually but then it got encrypted and didn't work.

    Do you know how...
Results 1 to 50 of 70
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR