Search:

Type: Posts; User: jrcook416

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    3,880

    v158 Re: category_product_listing issue

    Looks like something went goofy with my merged changes somewhere in the Git workflow. I've rolled back to v158's stock file and it is now working.

    Thanks, y'all!

    --Jeremiah
  2. Replies
    11
    Views
    3,880

    v158 Re: category_product_listing issue

    Good morning!

    I adjusted lines 36 and 42 accordingly in my development environment with no change in the behavior.

    If I get a chance between all of the other projects I have going, I'll see if...
  3. Replies
    11
    Views
    3,880

    v158 Re: category_product_listing issue

    This is a recent development.

    I've been testing 1.5.8 on PHP 8 since initial release WITH SO, EO, and Bootstrap, additionally, I don't think that either EO or SO code touches this particular...
  4. Replies
    11
    Views
    3,880

    v158 Re: category_product_listing issue

    Sorry - I was in the middle of about three things at once:

    In both the category and product view, you have the dropdown select box where you change the sort order of the elements. When I change...
  5. Replies
    11
    Views
    3,880

    v158 category_product_listing issue

    I've found some goofy stuff in v1.5.8's category_product_listing page. I'm patched to 1.5.8a.

    Category/Product Display Order is working in the category view. It is not working in the product...
  6. Replies
    7
    Views
    2,057

    v158 Re: category_product_listing issues

    Cool. Thanks.
  7. Replies
    7
    Views
    2,057

    v158 category_product_listing issues

    I'm slightly lost on this one -

    I was working in my test environment and found that the page select box at the bottom of my category/product listing no longer works to pick a page to jump to. ...
  8. Replies
    1,786
    Views
    247,965

    v150 Re: Edit Orders v4.0 Support Thread - blank screen after order change

    Good morning!

    Long-time user, first time poster! I am working on my upgrade to v158 and installed this plugin this morning.


    if (function_exists ('zen_get_tax_locations')) {
    ...
  9. Replies
    2,811
    Views
    384,697

    v155 Re: One-Page Checkout [Support Thread]

    Hi, thanks for the quick response :-)

    I'm trying to add a dynamically created select box element (a Bootstrap select selectpicker) to the address block. Specifically, I have a list of discrete,...
  10. Replies
    2,811
    Views
    384,697

    v155 Re: One-Page Checkout [Support Thread]

    Has anyone had success changing the default template to add something like a Bootstrap Select object?

    --J
  11. Replies
    4
    Views
    419

    v156 Re: Confirmation e-mail

    Awesome. Fixed.

    I should have known to check the templates, but then again, it's like set and forget for me. It's been a while since I've done template work, so I naturally forgot about the...
  12. Replies
    4
    Views
    419

    v156 Re: Confirmation e-mail

    Yes, my original post referenced that I had checked both lines plus the GitHub commit changing that file.



    I still have the issue with the GitHub commit applied and the specified line in...
  13. Replies
    4
    Views
    419

    v156 Confirmation e-mail

    Good morning,

    I looked in the forum for a resolution to this and most answers pointed to a bug in 1.5.6. I am running with 1.5.6a and continue to see EMAIL_TEXT_TELEPHONExxx-xxx-xxxx printing in...
  14. Re: update of apsona_functions.php to use mysqli

    Weird question for anyone who may be listening:

    In Shop Admin, I can click on any of the searchable items until I hit about 20 clicks. After that, my site spits out a "No Data Records" warning. ...
  15. Replies
    1,684
    Views
    263,685

    v150 Re: Need Help...

    Yup, that was it. It's been a little over two years from when I did the original work on the site, so I totally spaced the limitations of the software. Thanks!
  16. Replies
    1,684
    Views
    263,685

    v150 Re: Need Help...

    However, with that said, you both have started me down a path that I may be able to resolve shortly as soon as I take a look at the images. I suspect that the photos may be too large to process.
    ...
  17. Replies
    1,684
    Views
    263,685

    v150 Re: Need Help...

    A wealth of information, yes, however, a wealth of information I cannot disclose on a public forum without earning myself a trip to my company's information security office for a lecture on releasing...
  18. Replies
    1,684
    Views
    263,685

    v150 Re: Need Help...

    I have an issue and I don't really know how to articulate what the problem is.

    Some of my images will appear in Image Handler 4, and some of them will not. With the ones that will not, it...
  19. Replies
    1
    Views
    550

    v151 Re: Duplicate entries in address book

    I think I figured this out. When you have all data fields populated with input, it takes those entries and applies them to the address. Leave one or two out and it won't. We were auto-populating...
  20. Replies
    1
    Views
    550

    v151 Duplicate entries in address book

    Good day, I am having trouble with entries being created for my address book when trying to select a radio button on index.php?main_page=checkout_shipping_address.

    When the data fields have...
  21. Thread: ot_shipping

    by jrcook416
    Replies
    2
    Views
    386

    v151 Re: ot_shipping

    Thanks, worked like a charm ;-)
  22. Thread: ot_shipping

    by jrcook416
    Replies
    2
    Views
    386

    v151 ot_shipping

    I operate four different ZenCart installations on the same server.

    Within the last few days, I have noticed that one of the sites does not add an ot_shipping record to orders_total.

    Can anyone...
  23. Replies
    496
    Views
    82,645

    Re: Export Shipping & Order Information

    I also have an issue with one of my carts duplicating lines. Any ideas as to where to start to fix the issues?
  24. Replies
    496
    Views
    82,645

    Re: Export Shipping & Order Information

    I am having a similar problem from a few posts back (post 385)

    I only want to export orders that have a certain status and the module is marking everything exported.

    Would you take a look at my...
  25. v151 Re: Removing billing address from the equation

    Step two of the process requires payment information. I want to remove the need for the customer to have to enter anything on that screen such as a payment type or a billing address since none of my...
  26. v151 Removing billing address from the equation

    Good afternoon;

    Is there a way to remove the need for a billing address from Zen Cart?

    My cart deals with internal customers only and we do not have a need to collect that information.
    ...
  27. v150 Another coding question: predefined Address books, not customer's

    Greetings again to the group.

    We are adding in some more functionality whereby a different set of users will be permitted to select delivery location by pre-populated addresses from an address...
  28. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    Update:

    There will be a way around this in the long run.

    My plan is to write my own function as a lookup in my own roadmap down the road.

    On a brighter note, I did write in some...
  29. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    Unfortunately, the development deadline for this milestone has passed. We will have to move forward with hard-coding the functionality into the module as a last-resort workaround as I had hoped not...
  30. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    No dice. I have a feeling that's down the right track, though.

    I do appreciate your help, nonetheless. One of those niggling little annoying features keeping us from rolling to full...
  31. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    Here's where I am at:

    Hard coding is a last resort. An extreme, last resort. I have at least seventy different unique lines that this dropbox needs to hold and that will be subject to change. I...
  32. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    Now I have the first letter issue that the other gentleman was having a few years back. I still cannot hard code this in, so I am investigating how to correct that issue.
  33. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    //set us up a query to pull all data from our data table
    $IEMSquery = "SELECT * from `thedatabase`.`thedatatable`";
    //run that query
    $result = mysql_query($IEMSquery) or die(mysql_error());...
  34. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    It was a circular reference within my code. I was trying to get something to work and the code was cancelling itself out.
  35. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    I may have answered my own question folks, and you may have led me to my answer...I will let you all know what I came up with :-)
  36. Replies
    11
    Views
    1,822

    v150 Re: Question with zen_draw_pull_down_menu

    No.

    That's not what I'm looking for.

    I can't hardcode the associative array into the module. It has to be driven by MySQL. Sorry.
  37. Replies
    11
    Views
    1,822

    v150 Question with zen_draw_pull_down_menu

    Good afternoon:

    I am in process of customizing my 1.50 installation on GoDaddy for my organization. We have approximately 2500 end-users that will be transitioning from a paper and telephone to...
  38. Replies
    6
    Views
    1,226

    v150 Re: Sell by multiple units of measure?

    This thread may be closed.

    Searching for an alternative workaround for the problem is becoming labor and cost prohibitive.

    I was indeed able to create some code to change the quantities on the...
  39. Replies
    6
    Views
    1,226

    v150 Re: Sell by multiple units of measure?

    The problem that I have is that i need to have a clear quantity to export into my inventory solution.

    It is too labor intensive to go back and hand crank up to 25 orders with 25 individual lines...
  40. Replies
    6
    Views
    1,226

    v150 Re: Sell by multiple units of measure?

    Okay, so I have started the process of modifying Zen Cart to get it to do what I want it to do.

    I am using 1.50 and I am stuck.

    Here is what I have done:

    Added a few lines to...
  41. Replies
    6
    Views
    1,226

    v150 Re: Sell by multiple units of measure?

    I apologize, unfortunately that post was the last order of business for me today and I wasn't very clear in my description of the problem.

    Yes, I have done that. Right now my workaround is that I...
  42. Replies
    6
    Views
    1,226

    v150 Sell by multiple units of measure?

    Good afternoon,

    I have looked and looked throughout the forum once again, but the answer is not readily available or apparent:

    I would like to be able to sell products by multiple units of...
  43. v150 Re: Where is $_SESSION['customer_id'] being set?

    Excellent. I will get that accomplished before I roll to production. Thank you for your suggestion :-)
  44. v150 Re: Where is $_SESSION['customer_id'] being set?

    Thank you very much :-) My modifications work extremely well.

    Regards,

    Jeremiah
  45. v150 Where is $_SESSION['customer_id'] being set?

    Good day and hello, everyone;

    After the last hour of looking through the documentation, I am having trouble locating where exactly $_SESSION['customer_id'] is being set.

    The reason that I am...
Results 1 to 45 of 45
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR