Search:

Type: Posts; User: todoonada

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    Hello lat9,
    thank you for the work you put into it.
    I do not have the time to test at the moment.
    I made a bit of a hack to solve the problem, so it works for me at the moment. However it is not a...
  2. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    It is 1.05.
    I only use one currency.
  3. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    Sorry, some further information:

    a) If I have a product price of 8280 and no shipping costs, the tax is displayed correctly as 753.
    b) If I have a product price of 8280 and shipping costs of 910...
  4. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    I went to includes/modules/order_total/ot_tax.php
    and changed line 98 from

    'text' => $currencies->format($taxValue, true, $order->info['currency'], $order->info['currency_value']),
    to

    'text'...
  5. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    Hello lat9,
    I have one more question.
    Currently a tax of 173.6363 is rounded to 173. (I have no decimals in the currency).
    I would like to have it rounded to 174 (half round up method).
    In the...
  6. v158 Re: Upgrading to php 8.2: The PHP version you are using (8.2.12) is not suitable.

    Thank you. I guessed it would not be so easy.
    I got a mail from ISP that they upgrade to php 8.2 in 10 days. I already had Zen Cart 1.5.8 ready and made some tests before going live. Then I found...
  7. v158 Re: Upgrading to php 8.2: The PHP version you are using (8.2.12) is not suitable.

    Thank you.
    Would it help if I copy only the zc_install folder from 1.5.8a to 1.5.8? Or are there any complications?
    I have a lot of modified files, so a quick upgrade from 1.5.8 to 1.5.8a can not...
  8. v158 Re: Upgrading to php 8.2: The PHP version you are using (8.2.12) is not suitable.

    zc_install is definitely from zen cart 1.5.8.
    I downgraded to php 8.1.25 and it worked. Under 8.2.12 I get the error.
  9. v158 Upgrading to php 8.2: The PHP version you are using (8.2.12) is not suitable.

    All of this is running on my local server with LAMPP.

    I had an older LAMPP running with php 7.4 or 8.0; not sure anymore.

    I had Zen Cart version 1.5.8 running with no problem.

    I installed a...
  10. Upgrading to php 8.2: The PHP version you are using (8.2.12) is not suitable.

    All of this is running on my local server with LAMPP.

    I had an older LAMPP running with php 7.4 or 8.0; not sure anymore.

    I had Zen Cart version 1.5.8 running with no problem.

    I installed a...
  11. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    Sorry for the late reply!

    I applied the changes described here
    https://github.com/lat9/zencart/commit/0d775ce6eec3788c37e291f19d44631fc0b06cba
    and here...
  12. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Did you mean "...zero customers using apple"?
  13. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    With "table orders_products products_price is saved with four decimals" I meant that the value is not rounded.




    I can confirm that it works. Yet I am not sure if the code change will have any...
  14. Replies
    55
    Views
    4,680

    v158 Re: Different Total Displayed

    Hi pilou2,

    You are right; that seems to be the origin of the error.

    I am not sure why in table orders_products products_price is saved with four decimals while final_price is saved as a rounded...
  15. Replies
    55
    Views
    4,680

    v158 Different Total Displayed

    On Zen Cart 1.5.7d and 1.5.8.
    I recently set up taxes for all products. Before I did not do this and this problem did not exist.

    I have a product with a net price of 945.4545.
    There is 10% tax,...
  16. v158 Re: Former Chosen Payment Method Kept in Session, even if not available anymore

    It is a "Sorry and thank you, ma'am" then.
  17. v158 Re: Former Chosen Payment Method Kept in Session, even if not available anymore

    Thank you. Good to know.



    Not a native English speaker, not sure if I get it.
  18. v158 Re: Former Chosen Payment Method Kept in Session, even if not available anymore

    Thank you, sir! That solves the problem
    I have to add, that I have to keep my original code, otherwise the COD option is displayed when flat shipping is chosen.
    I added your file and now it is not...
  19. v158 Former Chosen Payment Method Kept in Session, even if not available anymore

    This error occurs on ZC 1.5.8. On version 1.5.7d it is not a problem.

    The situtation:
    I got two shipping methods. One allows payment by cash on delivery (COD) among other payment methods, the...
  20. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    OK, I found what the problem was. I made the Square connection for the test shop directly in sandbox mode.

    To make sandbox mode work in my test environment, I changed from sandbox mode to...
  21. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    I have version 1.0.1 of Web Pay running successfully on Zen Cart 1.5.7d.

    I have set up a test environment with Zen Cart 1.5.8 and Web Pay 1.0.4. A new application for testing has been set up in...
  22. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap Template

    Ahhh, it is a Bootstrap thing and not controlled by files in Zen Cart. Add class="d-lg-none" to the links in the menu, so they do not show up at bigger displays. More here:...
  23. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap Template

    I would like to add the language selection and other links to the burger menu (three horizontal lines on top left) of the mobile display. If I configure tpl_offcanvas_menu.php, the changes are...
  24. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    I do not contact the customer, because it makes no good impression to let them know they are followed in their activities in the shop (I know big players are doing much creepier stuff, but you get...
  25. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    The cronjob was no success. I just had someone get stuck several times at squareWebPay_handler.php again. The squareWebPay_handler.php displayed "not expired" because I had verbose set to true. The...
  26. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    OK, I set it up. Let's see what happens.
    Thank you for your advice.
  27. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap Template

    Thank you!
    Looks good now.
  28. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Another one was stuck for 15 mins until he disappeared from the Whos online-list.



    I do not have a cronjob setup. My understanding is that a cronjob is only necessary if very few payments...
  29. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap Template

    Bootstrap 3.5.1
    In shopping cart the checkboxes for deleting products are not well aligned.
    20209

    If
    position:absolute; in class .form-check-input in file _forms.scss is deactivated, it looks...
  30. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Since I can not reproduce the error, I can only hope to see the error live on the "Whos online" list of active customers.
    I just had another customer who was stuck at squareWebPay_handler.php for...
  31. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Hello carlwhat,
    I could not reproduce the error. I made some observations while checking the "Whos online" page of the shop.
    I saw a customer checking out and it stayed awfully long at the...
  32. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    The error is not very frequent. It happens from time to time.
    The downside is that I do not want to potentially increase errors by changing code without knowing what causes the error.
    What does...
  33. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Thanks for your help!

    This is the link: https://developer.squareup.com/forums/t/php-fatal-error-uncaught-typeerror-square-apihelper-serialize/8224/4

    I did not try your suggested solution yet,...
  34. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Thank you.
    I have another question: How can I test the Square WebPay module without doing any cc transfers? I would like to reproduce the error, but do not want to make lots of payments and later...
  35. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Some additional information about this problem.
    I have my product names in this style: Japanese Name of Product <br /> English Name of the Product
    So it looks like this: プラスティックボトル 1000ml<br...
  36. Manufacturers Sidebox Shows Disabled Manufacturers

    Zen Cart 1.5.8

    Problem:
    The manufacturers sidebox shows all manufacturers even if "Manufacturers List - Verify Product Exist" in Configuration -> Maximum Values is set to 1.

    Solution:
    Modify...
  37. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    I have to come back to the error I already posted at #356 in this thread.

    I find this error more often now in the log files. It is an error in the source files of Square. I can not recreate this...
  38. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    OK, I found the error.
    For an unknown reason the rights to the folder includes/modules/sideboxes/bootstrap was set to 744 (rwxr--r--). Changing to 755 (rwxr-xr-x) solved the problem.
    Sorry for...
  39. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    @lat9
    I made an upgrade from bootstrap 3.4.0.
    I already tried the reset. No change. I also checked the database and there are no irregularities in the entry for the information sidebox.
    I do not...
  40. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I downloaded ZCA-Bootstrap-Template-3.5.0 and copied the files. I copied again to verify that all files are there and it is still the same error. All the other sideboxes work. It is only the...
  41. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I can not make sense of it, too.
    I have the Bootstrap template active. In the Tools -> Layout Boxes Controller I do not have any sideboxes/bootstrap/boxname listed. Onlysideboxes/boxname.
    The...
  42. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    When I want to switch on the sideboxes/information.php in the Layout Boxes Controller I get the following error and almost blank shop page.
    PHP Fatal error: Uncaught Error: Failed opening required...
  43. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Thank you very much for your fast reply. Some hours after I asked the customer what the error message was, he replied. It was an HTTP Error 500.
    I tested the payment module and no problem. Other...
  44. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    I found this error in the log files after the customer had trouble with payment:
    --> PHP Fatal error: Uncaught TypeError: Square\ApiHelper::serialize(): Return value must be of type string, bool...
  45. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I do not know if it is the same solution like in github.
    I went to
    includes/templates/bootstrap/templates/tpl_index_categories.php
    and made the following lines inactive


    //if...
  46. Replies
    1,239
    Views
    272,247

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    For ZCA Bootstrap Template - Version: v3.4.0
    I think in /includes/templates/bootstrap/templates/tpl_modules_checkout_address_book.php line 52 it must be

    $address_details =...
  47. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Thank you. Works fine.
    Quick 'n dirty.
  48. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    The WebPay module works great.

    When I go to old orders which have been paid with the old Square payment module, I can not see what the customers ordered. I get an error
    PHP Fatal error: ...
  49. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    I can confirm carlwhat's fix for Japanese.
    Now the displayed language foe Square payment is Japanese, even if the UI language of the browser is not.
    It works on Firefox, but not in Vivaldi. That...
  50. Replies
    625
    Views
    53,741

    v157 Re: Square WebPay support thread.

    Thanks a lot. I will try it.
    I read the link you gave me and it says about setLocale:
    If this method is not called explicitly, the user's browser language specified by navigator.language will be...
Results 1 to 50 of 108
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR