Search:

Type: Posts; User: Phaylon

Search: Search took 0.01 seconds.

  1. v139f Re: Trouble with shipping weights / multiple boxes

    I've already looked into that module and from the demo, it isn't very clear on if it would help me. I would prefer to find a solution in the available code before spending $$. Thanks for the...
  2. v139f Trouble with shipping weights / multiple boxes

    I need UPS shipping to quote shipping based on multiple boxes. I have a clone of freeoptions module running that sets anything over 150 lbs to flat rate shipping of $200. I have that setup to quote...
  3. Replies
    1
    Views
    541

    v150 Re: Trouble with flat rate shipping

    0:5.00 would mean 'Up to 0 lbs charge $5'
    You should change it to 100.00:5.00

    try that out.
  4. Thread: Product Grid

    by Phaylon
    Replies
    15
    Views
    3,775

    Re: Product Grid

    Not sure if you got this solved but I had the same issue. It is in tpl_product_columns.php. Simply comment out 'echo $title;' on line 20.
    Change This:
    <?php echo $title; ?>
    To This:
    <?php...
  5. v139f Re: UPS shipping returns incorrect quotes

    SOLVED:
    Its correctly quoting free shipping only carts with the change I made:


    // bof: add back Always Free Shipping weight
    $free_ship_weight = $_SESSION['cart']->free_shipping_weight;
    if...
  6. v139f Re: UPS shipping returns incorrect quotes

    That would be 121. Blisslight Spright - Green.

    From further testing, it looks as if $total_weight includes free shipping weight so this code:

    $total_weight +=...
  7. v139f Re: UPS shipping returns incorrect quotes

    I only have the weight's displayed so I can quickly tell if something is amiss. Let me see if I can clarify my problem.... Your original solution to display shipping methods worked great. This code...
  8. v139f Re: UPS shipping returns incorrect quotes

    the page I am worried about is /index.php?main_page=checkout

    I know the line " : $0.00" refers to the taxes so I am not too worried about displaying like that, just the weight discreptancies.
  9. v139f Re: UPS shipping returns incorrect quotes

    Yes, that area of the screen is correct. The problem is up in the actual cart.

    Sub-Total: $198.99

    United Parcel Service (14.20lbs) (2nd Day Air): $88.39

    : $0.00

    Total : $287.38
  10. v139f Re: UPS shipping returns incorrect quotes

    First, I really want to say thanks for helping me out. Troubleshooting through forums cant be easy!


    Well, it is set as Always Free Shipping because I want ground shipping to be free. I'm just...
  11. v139f Re: UPS shipping returns incorrect quotes

    Embarrasing I didn't include that... It is set to 4 lbs. *blush*
  12. v139f Re: UPS shipping returns incorrect quotes

    Enter the Maximum Package Weight you will ship 500
    Package Tare Small to Medium - added percentage:weight 10:1
    Larger packages - added packaging percentage:weight 10:3
    Display Number of...
  13. v139f Re: UPS shipping returns incorrect quotes

    Well I thought this solution was the end of the issue, but it seems not... This DID fix the original problem of multiple products processing shipping as a single item, but it has created another...
  14. v139f Re: UPS shipping returns incorrect quotes

    Ahh beautiful. Was having trouble finding the functions responsible. Thanks Ajeh!
  15. v139f Re: UPS shipping returns incorrect quotes

    Looks like i failed to mention that that line of code is in /includes/modules/shipping/ups.php
    Until I figure it out, I just reversed my changes.

    Does anyone know how to show expedited shipping...
  16. v139f Adding Navigation (categories, header etc.) to a custom page

    Hi Everyone,

    I have this custom page I am designing to search a database I have created completely separate of Zen-cart. It is basically php and rather than try to create an ez-page or some such...
  17. v139f UPS shipping returns incorrect quotes Always Free Shipping and other Shipping

    I am having an issue with one of my customizations...

    We have some products that we have free shipping enabled and wanted to offer expedited shipping. To accomplish this I simply removed the if...
  18. Replies
    2
    Views
    713

    v150 Re: 10 Products per page

    ... and I found it in the configuration settings under maximum values. Nevermind! *whistles to himself*

    Thanks,
    Phaylon
  19. Replies
    2
    Views
    713

    v150 10 Products per page

    Hello,

    I run a shop with around 12,000 products and have found in v150 listing products in categories limits 10 per page. I have been trying to trace back the global variable...
  20. Replies
    3,832
    Views
    1,220,416

    Re: Easy Populate support for Version 1.2.5.4

    And that solved the problem! Thanks for your help chadderuski!
  21. Replies
    3,832
    Views
    1,220,416

    Re: Easy Populate support for Version 1.2.5.4

    I am having a strange issue...

    First of all, easy populate works. It gets products up to the cart and downloads them fine as well. The problem comes when trying to Search my products in the admin...
  22. Replies
    37
    Views
    5,559

    Edit Orders and TY Package Tracker

    I have TY package tracker installed on my site so whenever i go to ADMIN->CUSTOMERS->ORDERS it takes me to tracker.php instead of order.php. I know how to get to order.php manually, but even when...
Results 1 to 22 of 22
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR