Search:

Type: Posts; User: retched

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    Again using 3.6.3 ZCA and ZenCart 1.5.8s on PHP 8.2.

    I am getting the following display of the product price when displaying a product with attributes assigned.
    https://i.imgur.com/SGvTfMk.png
    ...
  2. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    Rather than do that, why not remove the defining <div> (line 18) and </div> (line 161)* inside of tpl_modules_attributes.php?
  3. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    That did it. Now to see where that file came from.

    EDIT: Found it. The Consent banner plugin. Removing that file doesn't seem to affect either, so I'll go ahead and trash that one.
  4. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    Currently running 1.5.8a ZenCart/3.6.3 Bootstrap Template on PHP 8.

    Previously I had the AJAX search of the header working but as of today, likely the update as it worked prior, has stopped...
  5. Replies
    5
    Views
    326

    v158 Re: Categories/Product Issue

    Running into the same EXACT problem. But I don't have NPF installed. Running through my admin and searching, yields no results. This is as I choose to search EVERYTHING (not just PHP files).

    I...
  6. Re: FraudLabs Pro Fraud Prevention (Support Thread)

    Ready with those total changes but I think I have to wait for my other submission to be made before I can submit it.
  7. Re: FraudLabs Pro Fraud Prevention (Support Thread)

    Noted that change and another bug I just found with the email domain variable too. I'm also working on a callback script but I don't want to submit it until I'm sure it works. Also working on a...
  8. Replies
    1
    Views
    964

    v158 Better way to format currencies

    This is in regards to the FraudLabsPro contribution.

    Currently, the plugin pulls the raw number from the Orders table to fill in the "amount" field of the API call to FraudLabsPro server for...
  9. Re: FraudLabs Pro Fraud Prevention (Support Thread)

    Submitted this change as version 1.4.1 to the Plugin database
  10. v158 Retrieving the last ` LAST_INSERT_ID();` on a SQL Patch

    This is for PHP 8.2, ZC 1.5.8.

    I'm trying to write an auto-installer for a custom product type but I'm having a problem with the product type layout insert. The idea is that I use the last insert...
  11. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    Does anyone know why the right column isn't visible on my install?

    There are definitely sideboxes enabled and with the "Right" column as the target. The columns are balanced at 3, 6, and 3 for a...
  12. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    I reverted back to using Classic Contemporary Green to compare what's different between ZCA Bootstrap 3.6.1 (which is the one that was installed, not sure if that was clear) and the Classic...
  13. Replies
    634
    Views
    197,397

    Re: Local Sales Tax Mod - Support Thread

    Found that I was getting thrown Fatal errors on ZC 1.5.8/PHP 8.2 when trying to edit a tax rate in the backend. (When you would insert a row and click edit, you would not get the edit form and would...
  14. Replies
    51
    Views
    4,467

    Sticky: v158 Re: FedEx Shipping using REST API

    Hi. Running ZC 1.5.8a with the version that's listed and I'm running into the following (warning) error message while trying to run the Shopping Cart Estimator


    [07-Dec-2023 20:56:11...
  15. Replies
    1,222
    Views
    270,671

    v155 Re: ZCA Bootstrap Template

    Hi, before I start tearing my hair out on this one minor detail, is this normal? Referring to the blank cell between QTY and Product Name.

    https://i.imgur.com/uqt1en9.png

    I noticed in the code...
  16. Replies
    7
    Views
    2,420

    v158 Re: Safe to install v158 on PHP 8.3?

    Wasn't that hard in this case, I just ended up reinstalling the version of XAMPP with 8.2 installed instead. I kind of shoehorned in 8.3 over it. Figured since PCI standards require(?) you to use the...
  17. Replies
    797
    Views
    130,749

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I don't know why I thought that was going to be hard.

    Editing in $sort_order, $email_footer to the var declaration fixed the problem too. Guess I'll make that change instead.
  18. Replies
    797
    Views
    130,749

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I might fork the project further. I'm like 90% sure I made more changes to fix it to PHP8.2. But if anyone is getting errors about

    Creation of dynamic property purchaseorder::$sort_order is...
  19. Re: FraudLabs Pro Fraud Prevention (Support Thread)

    Another bug fix. (Might create an update at this point...)

    Open /admin/include/modules/fraudlabspro/summary.php


    Change line 187 (or look for this block) to a </div>.


    echo ' ...
  20. Re: FraudLabs Pro Fraud Prevention (Support Thread)

    Suggested change for anyone running this on PHP 8.



    Open /admin/includes/modules/fraudlabspro/summary.php
    Delete the following line:

    $fraudlabspro_enabled = $db->Execute('select...
  21. Replies
    7
    Views
    2,420

    v158 Re: Safe to install v158 on PHP 8.3?

    Yes, they do allow me to use 8.2 via a switcher. This was for development at home.
  22. Replies
    7
    Views
    2,420

    v158 Re: Safe to install v158 on PHP 8.3?

    So now that adds another question... should I jerry-rig zc_install to allow me to install on 8.3? I have no way to install it otherwise.
  23. Replies
    7
    Views
    2,420

    v158 Safe to install v158 on PHP 8.3?

    I went ahead and started up a XAMPP install on my Windows machine for version v.1.5.8 and as I was about to install it, I was told that version 8.3 of PHP is not "suitable" even though it is greater...
  24. Replies
    797
    Views
    130,749

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Okay so now this is going make me ask the silly question... does the file absolutely need to be named lang.admin.overrides.php? Or does the old system of "name it whatever" still applies? Or should...
  25. Replies
    797
    Views
    130,749

    Sticky: v150 Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Random question, I'm starting to use this on a fresh install of 1.5.8a and reached the steps in the installation where you have to modify core files.

    The /admin/invoice.php, /admin/orders.php,...
  26. Replies
    3,594
    Views
    513,445

    Sticky: Re: EasyPopulate 4.0 Support Thread

    This attached post can be ignored. Evidently, I copied over code from an older EP4 that was always reverting $ep_uses_mysqli to FALSE. And it override the hard setting. Everything is working...
  27. Replies
    3,594
    Views
    513,445

    Sticky: Re: EasyPopulate 4.0 Support Thread

    I'm running in to the following error.

    I am running ZC1.5.7d and Easy Populate 4.0.37.13 - 05-03-2021.

    I just did a fresh install (with some mods for a custom product type). (Had problems with...
  28. v157 Re: Textarea returns plain-text instead of HTML text for custom product type

    That works perfectly, I'll go ahead and make sure that I do this on each custom type.
  29. Replies
    2
    Views
    474

    v157 How to "properly" set up a repository?

    I know this is kind of a no-go in some cases (namely PCI validations if I'm reading it right), but I am wondering if it can be done.

    Is it possible to fork the repository containing ZenCart and...
  30. v157 Re: Textarea returns plain-text instead of HTML text for custom product type

    So in a spree of throwing everything against the wall and seeing what sticks:

    I think I managed to fix this but I feel like it's a REALLY rough edit. I added the field name of the textarea to line...
  31. v157 Re: Textarea returns plain-text instead of HTML text for custom product type

    Similar problem still. The source text before I send it to process is proper HTML but evidently something is still causing it to return the plain HTML instead of the proper HTML.
  32. v157 Re: Textarea returns plain-text instead of HTML text for custom product type

    @lat9, I don't believe so. This was a hard copy/porting of it from 1.5.3 to now. Where would I find that in the code to emulate in my custom product type? I'm noticing that it is coming back from...
  33. v157 Textarea returns plain-text instead of HTML text for custom product type

    I'm currently using 1.5.7c.

    I have a custom product type that uses two textboxes, one the default "product" description and the other a special field for that product type. When I click on...
  34. v157 Re: New Product Type language definition location?

    That's what I was afraid of but so be it. Thanks.
  35. v157 New Product Type language definition location?

    I'm effectively trying to recreate a custom product type that I had in v1.5.3 in v.1.5.7c and I'm running into a problem with the language file.

    I defined and created a product type called...
  36. Replies
    418
    Views
    134,049

    Re: [BETA] QuickBooks Merchant Service

    Before I pull my hair out, can I assume this mod is deprecated? Cause I see no way to regenerate Connection Tickets now and it seems to have all been removed from the Quickbooks Merchant Services...
  37. v157 Re: Upgrading Database From vs. 1.5.3 to 1.5.7 giving errors.

    That did it. I ended up altering a few of the database and it works fine now.
  38. v157 Upgrading Database From vs. 1.5.3 to 1.5.7 giving errors.

    I'm running the script on an imported database from version 1.5.3. The script is running through OK but then it struggles on this part, telling me that the installer is detecting 1.5.5 and cannot go...
  39. Re: Missing Image Scanner [Support Thread]

    I haven't even begun to touch this for Zen 1.5. This is a 1.3 module. I'll start work on this as soon as I'm allowed to.
  40. Replies
    349
    Views
    126,364

    Re: Checkout by Amazon Zen Cart Plug-in - Look Ma, No Dupes

    There's only but so much over on the ZenCart side... But the Checkout by Amazon side, since it looks like they abandoned the development of the page. I can't do much else with it.
  41. Replies
    11
    Views
    2,092

    v153 Re: Difficulty setting up flat rate shipping

    One final bit, is there a way to make a call to check an orders shipping weight?
  42. Replies
    11
    Views
    2,092

    v153 Re: Difficulty setting up flat rate shipping

    This works greatly! Since you also write the USPS module, do you know if there's a way to hide a particular USPS method if the same conditions are met? (Aka a certain price total is met?) For...
  43. Replies
    11
    Views
    2,092

    v153 Re: Difficulty setting up flat rate shipping

    The other modules that are installed would still be offered.

    Currently I have USPS and UPS installed. The idea is that the USPS and UPS would be offered regardless of order total. I'm generally...
  44. Replies
    11
    Views
    2,092

    v153 Re: Difficulty setting up flat rate shipping

    For it not to be listed. The idea is that the table rates would be offered only if the threshold was met.
  45. Replies
    11
    Views
    2,092

    v153 Re: Difficulty setting up flat rate shipping

    Here's what I have:



    Zone Based Rates


    Enable Zones Method
    True
  46. Replies
    11
    Views
    2,092

    v153 Difficulty setting up flat rate shipping

    I'm trying to configure a shipping module to do the following:

    All United States (US, VI, etc.) orders above $10: Shipping is $0.99
    All others: Orders above $25,shipping is $2.99

    I'm trying to...
  47. v153 Re: USPS module quoting different price than PayPal?

    Yup this definitely works for me. I was about two shades away from starting this over from scratch... >.>
  48. Replies
    797
    Views
    130,749

    Sticky: v150 Re: Super Orders v4.0 Support Thread

    did you copy all the files over from the zip file? I'm using the one from the github and the one posted here on ZenCart and the file is there.
  49. Replies
    3,553
    Views
    539,969

    Re: Stock by Attribute v1.5.3 addon for Zen-Cart v1.5.1

    Just a suggested edit, not sure if it was suggested. I kept trying to add quantities of 0 using the "Add Quantity for Product Variant" link on the SBA Page in the admin area. Each time I chose to add...
  50. Replies
    418
    Views
    134,049

    Re: [BETA] QuickBooks Merchant Service

    Any idea what the problems are? Like what are they and the error message that results?
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR