Search:

Type: Posts; User: southshorepizza

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Reward Points Full Suite for 1.56c...

    Thank you for posting. I need this as well. I have had zero luck so far. I'm excited that someone else is actually working on this.
  2. Replies
    308
    Views
    150,766

    Sticky: Re: Gift Certificate Help Please

    I worked it into admin/index_dashboard.php on V1.5.8. I don’t think V1.5.7 has that file though if I remember correctly. If you don’t have that file you can put in into admin/index.php.

    Are you...
  3. Replies
    308
    Views
    150,766

    Sticky: Re: Gift Certificate Help Please

    <?php
    if (!empty($_POST['credit-submit'])) {
    // update coupon_gv_customer table
    $customer_id = $_POST['customers_id'];
    $credit = 0;
    $credit_check =...
  4. v156 Re: Use of undefined constant MODULE_PAYMENT_AUTHORIZENET_AIM_CURRENCY

    I just upgraded from 1.5.4 to 1.5.8a. Still running php 7.4 as I have other stores yet to upgrade. I am seeing in my logs
    Use of undefined constant MODULE_PAYMENT_AUTHORIZENET_AIM_CURRENCY -...
  5. Replies
    2,798
    Views
    382,753

    v155 Re: One-Page Checkout [Support Thread]

    Sorry it is 1.5.8a
    Thank you I will update there.
    Those were the 2 that I added the ~ at the end of the files per the instructions. I guess I need break. Details are slipping by me. The...
  6. Replies
    2,798
    Views
    382,753

    v155 Re: One-Page Checkout [Support Thread]

    I installed OPC on v1.5.8 test site yesterday. On checkout the following headers are not shown properly. I can't seem to figure out how to insert the defines for these items. ...
  7. v157 Re: Total is now 4 decimal places vs 2.

    This doesn't cause insertion errors when trying to insert 4 decimal places and there is only accepted? Seems like there would be an actual place in the code that would limit output to the number of...
  8. v157 Re: Total is now 4 decimal places vs 2.

    Old database that was running 1.5.4 had the field order-total's 'value' field set to 2-digit decimal.
    20435
    The new database in 1.5.7 has the order-total's 'value' field set to 4 digit decimal....
  9. v157 Re: Total is now 4 decimal places vs 2.

    I have that set at 2 decimals. Should it be set at 0?
    20431
  10. v157 Total is now 4 decimal places vs 2.

    Just upgraded from 1.5.4 to 1.5.7. Php was 5.3 now 7.4. In 1.5.4 all of the totals in the orders table under the column order_total were 2 decimal places and the remaining 2 decimal places were...
  11. v154 upgrading from 1.5.4 to 1.5.7 missing require(DIR_WS_MODULES . 'prod_cat_header_code

    I am trying to upgrade from 1.5.4 to 1.5.7 and then hopefully get to 1.5.8. I'm doing 1.5.7 first because I have been working on this one since before 1.5.8 came out and the store is heavily...
  12. Re: Reward Points Full Suite for 1.56c...

    Any plans on updating this to 1.5.8? I'm slowly working through it but php is not my strongest subject. thanks
  13. Replies
    638
    Views
    130,737

    v150 Re: Support Thread for Google reCAPTCHA plugin

    I am trying to upgrade the site to zen 1.5.7. I went to google and selected v2 visible. Received the public and private keys, saved them in the file, uploaded all the contents of the includes...
  14. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    Any idea on a timeframe for 1.5.7 compatibility?
  15. v154 Coupons are expired as of midnight Dec 31 2018. Unable to update to new year.

    Running Version 1.5.4.
    Coupons expired last night at midnight. I go to Admin coupons and click into a coupon and the years in the drop down are from 2001 to 2018. I went to coupon_admin.php and...
  16. Re: Help my create account continue button disappeared!

    Yes sorry I fixed it just as our dinner rush started. Now is my first opportunity to come back and follow up.

    I placed a comment in the code just above where I thought the button was located. ...
  17. Re: Help my create account continue button disappeared!

    order.southshorepizza.net is the site.
  18. Help my create account continue button disappeared!

    I am using ZC 1.5.4 Fast easy checkout v 1.15.3 installed. COWOA is disabled but I have the one page checkout installed.

    On login page you can login at top or create account below. Below the...
  19. Replies
    858
    Views
    205,745

    Re: Sales report 2.0

    At first glance it looks like your_admin/stats_sales_report.php line 161 to 205 would be where you could amend the desired dates.
  20. Replies
    4
    Views
    317

    Re: Debugging Authorize.net

    Thank you! I knew there was a way to log it. I was looking all over for it in the files.
  21. Replies
    4
    Views
    317

    Debugging Authorize.net

    Using zen-cart 1.5.4
    php 5.5.38 SSL cert installed 1/6/16 renews 1/6/18

    Authorize.net module was working fine up till 22:00 on 9/13/17. After that we have not been able to process a credit...
  22. Replies
    308
    Views
    150,766

    Sticky: Re: Gift Certificate Help Please

    Is there a line of code(probably several) that can be added so on the checkout page when a gift certificate is applied and the page refreshes that it will show in the order summary that it has been...
  23. Replies
    2,176
    Views
    497,056

    Re: Fast and Easy Checkout for Zen Cart

    I may be wrong on this one but I'm going to venture a guess to you as to where you need to add your code. I'm just learning this stuff but it looks like this is where it would go.

    In your...
  24. Replies
    10
    Views
    1,062

    Re: Trouble adding some javascript

    That's so funny you mention that because I was doing it the way you mentioned and my teacher last semester kept telling me that was wrong. I kept telling him it's how I see the code written. :)
    ...
  25. Replies
    10
    Views
    1,062

    Re: Trouble adding some javascript

    I have everything working properly except for some reason I cannot place the zipcode or telephone into the respective elements. I am using
    document.getElementById('postcode').value = zipcode;
    and...
  26. Replies
    10
    Views
    1,062

    Re: Trouble adding some javascript

    thank you. I found it in includes/modules/pages/login/onload_login.js Between your help and Lat9 I have it working and am learning so much on how to do this. Thank you all but especially both of...
  27. Replies
    10
    Views
    1,062

    Re: Trouble adding some javascript

    moved a couple things around now the error is on autocomplete.setBounds view here.
  28. Replies
    10
    Views
    1,062

    Trouble adding some javascript

    I am trying to add google address autocomplete to my site's create account page. I have the javascript code source getting pulled from the jquery_create_account.js file and using page source I can...
  29. Re: require php file to be loaded into define pages editor?

    I got it to work. But I'm not sure what made it work. I cleared cache and it started working. :( Rookie mistake!!:frusty:
  30. Re: require php file to be loaded into define pages editor?

    Cannot redeclare zen_parse_url() (previously declared in /home/w57dsjmm/public_html/order/admin/includes/application_top.php:160) in...
  31. Re: require php file to be loaded into define pages editor?

    So far to test it I have written Hello, and then added that line. I can see hello but the rest is blank.

    Lets say add_this_page.php just says "Welcome to my store."
    add_this_page_also.php says...
  32. require php file to be loaded into define pages editor?

    Usually in php you can add pages to another page by

    <?php
    include('add_this page.php');
    include('add_this page_also.php');
    ?>

    I can't seem to get this to work.
    Can someone point me in the...
  33. Replies
    2,176
    Views
    497,056

    Re: Fast and Easy Checkout for Zen Cart

    You can find the SQL in the your_admin/includes/installers/fec folder. It automatically loads. You don't have to manually run it. Just install the module and it will run the SQL if needed.
  34. Replies
    2,474
    Views
    417,055

    Re: Reward Points Module does not update with paypal

    I have a question on customization. Not confident enough to through this up on a live site. Unfortunately we are in a slow move from one server to the next. But with free migration I can't...
  35. v153 Re: Slow site, pages not loading - GoDaddy says it's fine

    I am having the same issues on hostgator. The tech I spoke with today said they were forced to make some changes to their servers to keep the cpanel current. This created lots of issues and they...
  36. Replies
    20
    Views
    2,217

    Re: Database user permisions

    According to hostgator queries such as this one keep timing out. Can anyone give some guidance as to what it is actually used for? Is it the 15 minute admin log in? When looking at my site they...
  37. Replies
    20
    Views
    2,217

    Re: Database user permisions

    Thank you. Those two I posted are the ones that query twice a minute. I will set the other one up that I posted the same as the one we just discussed. Otherwise the queries should not be that...
  38. Replies
    20
    Views
    2,217

    Re: Database user permisions

    Yes that pulled the last 24 hours. I like yours better so I just updated it to your suggestion. Thank you. It still seems to be taking the same amount of time to load the page. Maybe because we...
  39. Replies
    20
    Views
    2,217

    Re: Database user permisions

    date_purchased BETWEEN DATE(CURRENT_DATE() - INTERVAL 1 DAY) AND NOW() ORDER BY orders_id DESC;
  40. Replies
    20
    Views
    2,217

    Re: Database user permisions

    Actually that is part of that customization. There are future orders. But the query should be tweaked so it's between 00:00:00 and now.
  41. Replies
    20
    Views
    2,217

    Re: Database user permisions

    Yes they are querried so the db narrows down the results as fast as possible and pulls as many from one query as possible.
    Here is an example of the 30 second query

    $sql = "SELECT orders_id...
  42. Replies
    20
    Views
    2,217

    Re: Database user permisions

    Yes. The customization is mainly read only queries and they are reading indexed columns and tables. However 2 computers read every 30 seconds to get updated information and are writing as needed...
  43. Replies
    20
    Views
    2,217

    Re: Database user permisions

    I have 3 computers side by side taking orders. I have noticed that with all 3 being used simultaneously and 1 in another room plus possible home users the computers seem to work in sequence. So the...
  44. v151 Re: Upgrading To v1.5.4 - Database and public_html

    I'm finally back after upgrading to 1.5.4 and going live. lol I used to prefer my test site to be a different subdomain as I could get all my configure settings set and then just change the...
  45. v153 Re: cannot login to admin, forgotten pw link only sends useless email

    Actually I had already run zc_install then changed the configure.php file over to the old database and then run zc_install again and upgraded the database. It would allow me to log in with the old...
  46. v139h Re: Need to align "Quantity Discount" table w/ "add to cart" button

    Here is the actual fix. No tables to fix it in zen-cart 1.5.4

    else {

    // show the quantity box
    $the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text"...
  47. v151 Re: Upgrading To v1.5.4 - Database and public_html

    The public_html files are on the hard drive of your shared server.

    Think of the public_html as your c:/ drive on your computer and your database as a usb thumbdrive if that makes it a little...
  48. v153 Re: cannot login to admin, forgotten pw link only sends useless email

    So without hearing back from anyone I created another new install on a new database. Everything works great. Takes what looks to be the old password algorithm and changes it to the new algorithm...
  49. v139h Re: Need to align "Quantity Discount" table w/ "add to cart" button

    Just a quick look. May have to tweak the code a little as I haven't tested it. but…

    <!--bof Add to Cart Box -->
    <?php
    if (CUSTOMERS_APPROVAL == 3 and...
  50. v153 Re: cannot login to admin, forgotten pw link only sends useless email

    I just upgraded from 1.5.1 to 1.5.4 Everything seems to have worked properly except the passwords.
    I have set the password to 351683ea4e19efe34874b501fdbf9792:9b Which works fine when I log in...
Results 1 to 50 of 254
Page 1 of 6 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR