Search:

Type: Posts; User: sbbemn

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Sessions Table HUGE, bringing down site 1.5.1

    After getting disk cache going via file, our session table is growing to the point I have to truncate it every hour... with active carts going.

    Not sure why it's growing, I thought 1.5+ already...
  2. Replies
    2
    Views
    373

    v151 Re: ChannelAdvisor script

    The code at bottom, "original code supplied" is what channel advisor gave me to incorporate. I then looked up what other affiliate tracking snippets are to plug in what is needed from the checkout...
  3. v151 Re: salemaker does not apply to quantity discounted prices

    I too am in the same situation. Salemaker should override qty discount if it's a higher discount. Same goes for single product specials, currently qty discount wins.
  4. Replies
    2
    Views
    373

    v151 ChannelAdvisor script

    Anyone complete this before?

    I'm installing channeladvisor script on the confirmation page by a new file: includes/modules/pages/checkout_success/jscript_channeladvisor.php
    Followed this thread
    ...
  5. Re: How to show Multiple Categories Link on product info page?

    One would think this would be a stock feature. I see it on our competitor sites. But on ZC, it certainly makes navigating linked products very confusing for customers. Wish List?
  6. Replies
    16
    Views
    2,856

    Re: Payflow Pro Module issues

    Same thing going on here.
    ZC 1.5.1 - upgraded from 1.3.8a where the same error 0 was happening. Hoped 1.5.1 would solve it.

    We get the initial charge from Payflow to PayPal, no order with the...
  7. Re: Clickable area too large for payment modules on checkout_payment

    I see. Looks like I may need to adjust the use of this code as it's found INSIDE the label... I had to edit this as the forum code tags were not showing proper results using [PHP]
    ...
  8. Re: Clickable area too large for payment modules on checkout_payment

    To clarify - stock template with a modified check/moneyorder module renamed "Other Pay Options". I basically summed up all pay options checks/purchase order/western union etc to one selection.
    See...
  9. Re: Clickable area too large for payment modules on checkout_payment

    No mobile at all, stock template. 1.5.1

    The label and span are clickable too. I could live with the radio + label only - you do have a good point there. Can I disable the span elements from being...
  10. Clickable area too large for payment modules on checkout_payment

    On the checkout_payment page, the payment modules are clickable for the entire radio box and text area. Is there a way to only have the radio box be selectable/clickable?

    The problem is we have...
  11. v151 Re: Easy Populate CSV 1.2.5.7c - not appearing in configuration menu

    For reason #2 - when the install didn't appear to work via the link, I ran the install sql script and got a white screen with:
    "WARNING: An Error occurred, please refresh the page and try again."
    ...
  12. v151 Re: Easy Populate CSV 1.2.5.7c - not appearing in configuration menu

    In the same boat here too on 1.5.1 as gracefan above.

    Any direction?
  13. Re: Display or not to display - compare two countries

    Thanks to the both of you! Ended up I was able to take both your helpful roads and complete the whole thing.

    If not both Brazil AND Mexico and over $400, $ins
    If either Brazil OR Mexico and over...
  14. Display or not to display - compare two countries

    Goal: To display Insurance Variable on a custom slip. Though I'd like to see if Brazil or Mexico are the delivery_country to display or not.
    Basically the order has to be over $400 and not Brazil...
  15. Replies
    2
    Views
    545

    Re: grab shipping total amount separately

    thanks for making me think! This did the trick...

    00 were in the mix, so I chopped them off.


    <?php
    $shiptotal = $db->Execute("select value from orders_total where class='ot_shipping' and...
  16. Replies
    2
    Views
    545

    grab shipping total amount separately

    Hello, been at this and can't seem to extract just the shipping amount from order total... here is what I poked at...

    (Shipping Type) - $x.xx


    <?php echo substr(str_replace($united, $usps,...
  17. v138a Re: FedEx Webservices caused blank white page checkout_shipping

    We tried to make a FedEx shipment on the FedEx site - no go. The label did not print out the correct and full information.
    Looks like FedEx is having some major issues.

    For being 1.3.8a, the...
  18. v138a FedEx Webservices suddenly caused blank white page checkout_shipping

    At 1:30 today, our site's checkout_shipping (and shipping estimator) went to a blank screen live for customers.

    I tracked it down to the FedEx Web Services module, I have v1.4.5.2

    Set it to...
  19. v138a Re: Super_Invoice - Check customer orders count (background check)

    Well, come to find out the "look at all orders within 35 days" is the best way to go in our case, but isn't working correctly with the code above.
    What is important is if their list of orders spans...
  20. v138a Re: Super_Invoice - Check customer orders count (background check)

    It seems to only grab the current order date_purchased rather than the whole potential list of order based on customer_id

    Shouldn't this code select ALL o.orders_id from the given customer?

    ...
  21. v138a Re: Super_Invoice - Check customer orders count (background check)

    I came up with another feature though that is of use - order age.

    If the customer orders list is newer than 35 days. This is within credit card billing cycle for fraud and chargebacks.

    I...
  22. v138a Re: Super_Invoice - Check customer orders count (background check)

    Works great! Thanks Ajeh
    here is what I did to check customer's orders and if only 1 order and 1st time buyer...


    $customers_orders = $db->Execute("select o.orders_id, o.date_purchased
    ...
  23. v138a Re: Super_Invoice - Check customer orders count (background check)

    Thanks - silly little things overlooked! I will work on that right now.

    Basically checking to see if it is the customer's 1st (and only) order. That way we know they are a 1st time buyer and flag...
  24. v138a Super_Invoice - Check customer orders count (background check)

    Hello all,

    I am close but no cigar on checking the customers orders and if greater than 1, then no action.

    Trouble I am having is getting the history of orders. Here is the code I have so...
  25. v138a Re: Unfortunate demand from USPS - 35 character limit address line international

    HOLD ON...

    I looked at orders, which are unaffected.

    The customer address_book table is indeed all cut off.

    How can I direct that only new entries have a max characters of 35 and current...
  26. v138a Re: Unfortunate demand from USPS - 35 character limit address line international

    I tested on a sandbox and it only affected the entry field of a new account creation.

    All customer addresses stayed in tact.
  27. v138a Re: Unfortunate demand from USPS - 35 character limit address line international

    Looks like by doing the following, it then only affects new customers during create_account.

    ALTER TABLE address_book MODIFY entry_street_address varchar(35);
    ALTER TABLE address_book MODIFY...
  28. v138a Unfortunate XML demand from USPS - 35 character limit address line international

    Recently switched to using a broker for International. It has been amazing shipping and better tracking. Here's the kicker.

    USPS xml upload of addresses has a character limit of 35 for address...
  29. Replies
    87
    Views
    19,018

    Re: ShipWorks updating, but not with super_orders

    SW does update correctly and it reflects in both super_orders and orders.php status history.

    It's when I update in admin super_orders, SW does not change. But like you said, it's another module...
  30. Replies
    87
    Views
    19,018

    ShipWorks updating, but not with super_orders

    ShipWorks does successfully download for me with orders.php and a custom autoupdate with barcode module I made. However, when using super_orders.php, SW will not recognize a status update change.
    ...
  31. Interesting break of function - GC not appearing in admin queue after purchase

    So recently I did change one thing on the includes/modules/order_total/ot_gv.php

    Line 47 from

    $this->credit_class = true;
    TO

    // $this->credit_class = true;
    if...
  32. v138a meta keywords - if black it is auot-pop with cat names?

    Searched but no go.
    In the process of upgrading, the only thing I can think of that would affect this is MSU mod.

    Out of thousands of products and hundreds of categories, we have not populated...
  33. Export Shipping/Order Information - dump down to 2 sheets or XML

    1. I see in the Export Shipping/Order Information v1.3.2 add-on that there is a commented out line...
    // $available_export_formats[3]=array('id' => '3', 'text' => 'XML');
    is XML possible?

    2....
  34. Replies
    8
    Views
    846

    Re: Allow external link into Easy Populate?

    Back to the root of my goal, I need another company (in another country) to have access to a specific download from our Easy Populate as a link, but without entering our admin and access 24/7 without...
  35. Replies
    8
    Views
    846

    Re: Allow external link into Easy Populate

    aha, now it all makes sense - that's a good way around it.

    I should also make the product unlimited downloads and every time it's "downloaded", a new Easy Populate download is generated to...
  36. Replies
    8
    Views
    846

    Re: Allow external link into Easy Populate

    I was told that there could be a way to hook the link into the customer's 'My Account' on the catalog side being a conspicuous and secure link there. on the other hand...




    OK - I'm assuming...
  37. Replies
    8
    Views
    846

    Allow external link into Easy Populate?

    Hello,

    I have coded one of the downloads in our admin's EP specifically for another entity. We download, then save and email it.

    I have the full link for this specific download.

    Is there...
  38. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate 1.2.5.4 support

    AHA - searching for an existing product!

    It looks like we have a winner - thank you dj!

    In conclusion, if someone wants to use Easy Populate to mass upload received product (saves us up to 30...
  39. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate 1.2.5.4 support

    strange. still overwriting.

    I tried this too.

    $combined_qty = ($v_products_quantity + $row['products_quantity']);

    I assume since the sql select statement is pulling the data appropriately...
  40. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate 1.2.5.4 support

    dj,

    Definitely in the right direction. It did overwrite again, but when changing the variable $combined_qty to


    $combined_qty = ($v_products_quantity + 1);

    it did just that, starting...
  41. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate 1.2.5.4 support

    In order to add to products_quantity, is it simply '" . zen_db_input($v_products_quantity + p.products_quantity) . "'




    Thanks dj,

    All 3 suggestions - my 1 and your 2 all overwrite the...
  42. Replies
    3,832
    Views
    1,218,833

    Re: Easy Populate 1.2.5.4 support

    My plan is to upload stock received to admin via EP but ADD to current stock quantity when uploading.

    Three columns:
    1. v_products_id
    2. v_products_model
    3. v_products_quantity

    At my line...
  43. v138a I want to add to stock via EP, not overwrite

    Note: upgrading soon, I know

    My plan is to upload stock received to admin via EP but ADD to current stock.

    Three columns:
    1. v_products_id
    2. v_products_model
    3. v_products_quantity

    At my...
  44. Re: Advanced Search - Deisplay only Top Category in drop down

    Here's the answer.

    I duplicated the function "zen_get_categories" but directed it to zen_get_searchcategories, then found and commented out the code that displays the subcategories.

    // if...
  45. Re: Advanced Search - Deisplay only Top Category in drop down

    The drop down menu code is calling the zen_get_categories function

    I could direct it to a new function of similar direction but need it to be limited to the top categories, no subcategories
    ...
  46. Advanced Search - Deisplay only Top Category in drop down

    Searched quite a bit for this, came close, but can't resolve this simple issue.

    I'd like the category drop down in Advanced Search to only drop down the TOP categories only.

    We have a 3 mile...
  47. v138a Re: Disable Product Images in one TOP category to affect all subcategories

    Oh don't I know it. We have taken a few directions to band-aid it, yet we have SOOO many customizations we're a little apprehensive on upgrading. I do know it is mandatory and have it on the plate...
  48. v138a Re: Disable Product Images in one TOP category to affect all subcategories

    Dirty little trick worked like a charm - hand sanitizer anyone?!
  49. v138a Disable Product Images in one TOP category to affect all subcategories

    The below closed thread explains nicely how to disable images in a category.
    http://www.zen-cart.com/showthread.php?102439-Disable-product-images-in-just-one-category

    In your css folder, add a...
  50. Re: NEW! -- Free-Shipping-and-Amount or Free-Shipping-and-Percentage (for v1.3.9h)

    MAYDAY

    I thought this worked when I tested it on 1.3.8a yesterday. Come to find out it doesn't - and my boss is down south at a convention vendor fair where we have advertised 5% and free...
Results 1 to 50 of 182
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR