Search:

Type: Posts; User: lindasdd

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    220
    Views
    40,765

    Re: Instant Search

    Guessing I misunderstand how this search works, but where can I find the searching SQL statement so that I can add some restrictions?
  2. Replies
    376
    Views
    37,237

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Upon furthur review, it seems the Priority rates *might* be coming through correctly (although I had thought not yesterday and I think toggling the retail pricing on and then back to online pricing...
  3. Replies
    376
    Views
    37,237

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    I have played with both settings. Neither is correct.

    I will re-iterate again though, this has nothing to do with Shipstation, Shipworks, PirateShip, Shippo, or any other shipping tool.

    It...
  4. Replies
    376
    Views
    37,237

    Sticky: v157 Re: USPS Shipping Module [Support Thread]

    Finally upgraded to the latest version of this plugin today and I too am seeing the rate differences mentioned by others.

    This has nothing to do with ShipStation or any other shipping tool.
    ...
  5. Replies
    1,487
    Views
    325,000

    Re: DUAL Pricing version 2

    Try (on a test site, I might have also changed something else and forgot):
    in includes/modules/attributes.php insert after line 169:
    if ($_SESSION['customer_whole'] = '0') {

    and...
  6. Replies
    39
    Views
    6,734

    v139h Re: Show one left in stock message?

    Because you used else instead of elseif, you don't have enough closed parenthesis. Try this (I didn't test it):


    <?php
    if ($products_quantity == 0) {
    echo '<li>' . TEXT_SOLD_OUT . '</li>';...
  7. Replies
    1,487
    Views
    325,000

    Re: DUAL Pricing version 2

    If you have a chance, add this version to your GitHub.
  8. Replies
    1,487
    Views
    325,000

    Re: DUAL Pricing version 2

    Yeah I realized that once I used it on my other site, but haven't had a chance to circle back around (figured it out during a full VPS meltdown and total site loss). I will take a quick look to see...
  9. Replies
    7
    Views
    2,059

    v157 Re: Shipstation not connecting

    I use the sister company Shipworks.

    The plugin folder structure is different than ShipStation, but just in case the Shipworks folder structure is how ShipStation should be, note that for...
  10. Replies
    3
    Views
    583

    Re: Batch Status Update plugin options?

    Why are you batch printing and changing status within Zen-Cart?

    Why not use a tool like ShipStation, Shipworks, etc. ?

    If I wasn't going to use one of those tools, I would create a sql query...
  11. Replies
    6
    Views
    1,180

    v157 Re: Excessive Admin Loading Time

    Even though it is a neat addition, I find the admin dashboard (but not all admin pages) causes a lot of load lag.

    One thing to test is if you remove most of the dashboard does the page load delay...
  12. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I haven't done so yet, but I have considered playing with the password forgotten tool so that if a COWOA account puts through a password forgotten request the email they receive states, "Your last...
  13. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    Yes, but again, not an ideal solution from a user experience and conversion rate perspective.
  14. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    Yes, which is awesome.

    But without "Check this box to make your already entered customer details a full customer profile." it isn't solving my problem.

    One solution might be to state at the...
  15. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    One possible solution is that coupons are limited to only full accounts AND in order to do that, but not hurt checkout conversion rate *too much*, wait till the coupon code box to state 'It looks...
  16. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    What I want for a "perfect system" is too custom to my needs.

    Whereas if you are asking for my opinion on an optimal default checkout flow template, it would be very similar to One Page Checkout. ...
  17. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I used OPC from 1/1/21-2/20/21ish.

    Pros:
    - one page checkout
    - installation/integration was easy and didn't require modification to core files
    - guests have orders but no accounts (how one...
  18. Replies
    186
    Views
    59,301

    v151 Re: Adding Braintree payment module

    I am not utilizing the Braintree version they put out for the reasons you mention (and other PHP fixes that are in the version I added to the plugin bank).

    I mention the new version by the...
  19. Replies
    186
    Views
    59,301

    v151 Re: Adding Braintree payment module

    Numinix (the original author's of this plugin) have put out a new version here: https://bitbucket.org/numinix/braintree/src/master/

    I mention it because the new version has a ton of changes (not...
  20. Re: Automated Importing of Amazon Sellercentral Orders via gmail API?

    Why would you want to build this? Is it so that you can use Zen-Cart as master inventory tracking? Is it because you use Zen-Cart as your shipping solution?
  21. Re: Reward Points Full Suite for 1.56c...

    If OPC is working correctly, you should be able to do this with a change to the admin menu and not need to change any coding. The OPC Config menu has a section called Guest Checkout: Disallowed...
  22. Replies
    7
    Views
    1,340

    v156 Re: Defer Non-Critical Styles

    I don't know the answer to your question.

    Based on GtMetrix though your stylesheets are not having much impact on your speed so to speed things up you may want to focus on other things first such...
  23. Replies
    13
    Views
    694

    v156 Re: navigation bar not central

    Keeping them as backups (so you can easily revert changes) is understandable. The best way to do so is to alter the filename extension. For instance, instead of stylesheet.css change the name to...
  24. Replies
    2
    Views
    241

    v157 Re: Product share button?

    Why add this to the site when your customers phone does it already? In addition, keep in mind, hardly anyone will actually use the tool.

    That said, if you are insistent on using it, use a tool...
  25. v156 Re: Need to retrieve Customer and Order data through API calls

    If you provide more information on why it could help provide some better answers.
  26. v156 Re: Suddenly: Fedex Web Services - Could not connect to host

    What version of the plugin are you using?

    The latest version in plugins is ok, but the newer versions on Numinix.com cause me the issue you listed.
  27. Replies
    1,487
    Views
    325,000

    Re: DUAL Pricing version 2

    I am not the author of this module. I don't think this module can do that.

    This module just provides different tiers of pricing for the products.

    Your specific problem can be solved, but best...
  28. Re: Reward Points Full Suite for 1.56c...

    I have this working on ZC 1.5.6c in production (and am about to test on 1.5.7), what part of it is not working for you? (also see my last 2 posts)
  29. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    Change lines 32-44 to look like the below. All that has been added is single apostrophe's at the beginning and end of those debug call outs. These changes were provided by swguy:


    case...
  30. Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

    remove line 13 from admin/reward_points.php and the page will load. The file is trying to pull in another file that was removed a couple Zen-Cart versions back.
  31. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I never used One Page Checkout because I was not aware it also handled guest accounts.

    I just installed it on my test site. I think it is pretty awesome.

    A drop-in plugin that impacts so much...
  32. Replies
    853
    Views
    131,798

    v150 Re: COWOA Updated and Combined for ZC v1.5.x

    I added a COWOA version for Zen-Cart 1.5.6c and Zen-Cart 1.5.7 here:
    https://github.com/lindasdd/integratedCOWOA_2.8

    The 1.5.6c version has been used in a production environment.
    The 1.5.7...
  33. Replies
    1,487
    Views
    325,000

    Re: DUAL Pricing version 2

    I have a working version on Zen-Cart 1.5.7 test environment. I have added it to this fork on the GitHub repo if anyone wants to try it:
    https://github.com/lindasdd/zen-cart-dual-pricing

    I won't...
  34. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    This is partially correct. Your customizations won't get overwritten, but as Zen-Cart upgrades your custom template might break due to changes in some of the default Zen-Cart functionality and/or...
  35. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    True that 1.5.7 is the latest, but some plugins (even heavily used ones like COWOA, Dual pricing, etc.) have not yet been upgraded to 1.5.7.
  36. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    This file controls what appears:
    includes/templates/responsive_classic/templates/tpl_modules_mobile_menu.php
  37. Replies
    3
    Views
    501

    v156 Re: Pop-Up Invitation on Home Page

    I am not aware of a pop up that comes in the Zen-Cart default, but it could always be added to the site either by creating yourself or using the many commercial options, some of which are free...
  38. v156 Re: Overlay Window Database Data and Language Constants Not Working

    I think I can play with the defines to get those to work by adding them to the main language defines file.

    The part I'm totally stumped on is pulling in the data that would normally pull from the...
  39. v156 Overlay Window Database Data and Language Constants Not Working

    I created an overlay window for search - click a search icon and an overlay window shows the search input and drops the user on the advanced search page with their results.

    I'm trying to use the...
  40. Replies
    1,487
    Views
    325,000

    Re: DUAL Pricing version 2

    I will add funds to that as well.

    I am currently finalizing installing this on 1.5.6c, but will be moving to 1.5.7 once complete. I can mash files together and tweak code, but I wouldn't call...
  41. v156 Re: admin/orders and admin/customers - limit rows

    I don't know at what level things start to get a little dicier, but my customers database has over 400K entries and my orders table has over 500K.

    I could archive some of that, except it would be...
  42. v156 admin/orders and admin/customers - limit rows

    Due to the size of my database, admin/orders and admin/customers puts a strain on the database to load when loading just the default.

    If I change the maximum value to a low amount, the query is...
  43. v155 Re: Problems Using Browser API Fetch to Grab Info

    Oh, look at you!

    Yes, I am testing it on a sub directory that I use as a test site.

    Once I popped it onto the production side which isn't a sub directory it worked.

    Once I modified the call...
  44. v155 Problems Using Browser API Fetch to Grab Info

    I am playing with adding the shopping cart to the checkout shipping and payment pages.

    Although I could do this with php via <?php require(DIR_WS_MODULES. 'sideboxes/shopping_cart.php'); ?> ,...
  45. v156 Re: USPS - Filtering Shipping Options by Weight or Volume

    Using volume to present flat rate box options can get tricky (have to be willing to allow a buffer and be willing to something be wrong), but depending on your product mix is something totally worth...
  46. Replies
    2
    Views
    308

    Re: Slow query in mysql

    I find the order page and the customers page to load so slowly that I totally avoid them.

    My guess is that the query pulls ALL customers and ALL orders and then paginates rather than just pulling...
  47. v155 Re: Custom Script Help - Populate Variable Data

    In this instance CONTENT_TYPE would be 'product'
  48. v155 Custom Script Help - Populate Variable Data

    I am beefing up some scripts on my site. I would like to pull variable data into different scripts which are linked to events (add to cart, view a product page, order placed, sign up, etc.).

    With...
  49. Replies
    8
    Views
    379

    Re: Missing order... somewhere

    Are you sure she already paid? Meaning, have you gone into Paypal and located the transaction?
  50. Replies
    7
    Views
    334

    v156 Re: Help needed with SQL query

    I didn't test this. I think the $orders_query might need an additional AND statement.

    For instance instead of just:


    AND o.orders_id = ot.orders_id
    AND ot.class = 'ot_total'


    use...
Results 1 to 50 of 472
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR