Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Aug 2008
    Posts
    47
    Plugin Contributions
    0

    Default Quick order page custom addon

    I had a custom module built but my programmer has stopped communicating and I'm stuck without help. I paid in advance.

    For the life of me, I can't figure out how to edit this form. There is a blank where a color should be.

    http://pre-wrap.com/index.php?main_page=quick_order

    I found this form: class.athletic_tape.php which seems to call the product ids for the table, but when I edit it, the color still doesn't show up. This form appears twice - in the includes->templates->my_template folder and in the includes->classes->observers folder


    class athleticTape extends base
    {
    function athleticTape()
    {
    global $zco_notifier;
    $zco_notifier->attach($this, array('NOTIFY_HEADER_START_PRODUCT_INFO'));
    }

    function update(&$class, $eventID, $paramsArray) {
    $products_id = (int)$_GET['products_id'];
    $products_id_array = array(30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42);
    if (in_array($products_id, $products_id_array)) {
    // redirect to quick order page
    zen_redirect(zen_href_link(FILENAME_QUICK_ORDER, '', 'NONSSL'));
    }
    }
    }


    30, 31, 32, etc. are the product ids for the athletic tape. I figured if I changed or added 43, which is the missing color's id to the list it should work...but no luck.

    Any help would be greatly appreciated.

  2. #2
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    The missing color has a product id of 38. (I can see that in the page code when I View Source in the browser.) Is there such a product id in your products?

    When you view source in that page you see that down there in that color table there are a whole lot of zenids hanging about in commented code. You must get rid of that zenid -- and probably all of the commented code. it's not doing anything anyway.

    I use Quick Order in my wholesale store and it does not produce any such commented code, nor does it produce the large chunk of javascript that I see in your page code at the top. That seems to do the totalling of each line and the total at the bottom. Is that what he was hired to do?

    Rob

  3. #3
    Join Date
    Aug 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    There is no product id of 38 but the one I want there is 43. He was hired to create this page and have quantity discounts associated with the amounts ordered. I did not know this was the Quick Order module.

    I thought if I changed the 38 to a 43 I would get the correct product flowing in, but that didn't work.

    Thanks for looking at this!

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    Quote Originally Posted by Treece View Post
    There is no product id of 38 but the one I want there is 43. He was hired to create this page and have quantity discounts associated with the amounts ordered. I did not know this was the Quick Order module.
    Okay, that explains the javascript. It looks like he started with the QO mod and heavily changed it.

    The code is calling for product id 38 in that spot.

    The normal QO mod's main file is...
    includes/templates/your_template/templates/tpl_quick_order_default.php
    Do you have that file there -- or maybe in the template_default folder instead of your custom folder? Maybe renamed like the one you mentioned above?

    Rob

  5. #5
    Join Date
    Aug 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    I do have that file and one called:

    tpl_products_new_default.php

    but I don't know what I'm looking for.

  6. #6
    Join Date
    Aug 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    I did a work-around for now and changed the product id in the tables.
    I still need much work to get this going the way I want it, but it's a start.

  7. #7
    Join Date
    Aug 2008
    Posts
    47
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    I'm wondering if you found the having a separate wholesale site easier than just trying to set up a wholesale area within zen cart. I've been very frustrated trying to get one set up. Perhaps a whole separate site makes sense.

  8. #8
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    Quote Originally Posted by Treece View Post
    I'm wondering if you found the having a separate wholesale site easier than just trying to set up a wholesale area within zen cart. I've been very frustrated trying to get one set up. Perhaps a whole separate site makes sense.
    There was one overriding problem that forced me to do that. I have two different wholesale prices -- one for Canadian customers and one for US customers, so I needed to use the dual-pricing mod on the wholesale site. And we sell our products retail as well, so the other site was needed for that. (There was no way I was going to try coding a 3-price mod.) It also helps to have more than one domain name for the same products - domain names are cheap.

    Rob

  9. #9
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Quick order page custom addon

    Quote Originally Posted by Treece View Post
    I found this form: class.athletic_tape.php which seems to call the product ids for the table, but when I edit it, the color still doesn't show up. This form appears twice - in the includes->templates->my_template folder and in the includes->classes->observers folder
    That file is not a standard part of the Quick Order mod. The QO mod does not install anything in the classes/observers folder.

    Rob

 

 

Similar Threads

  1. Quick status update [Addon]
    By swguy in forum Addon Admin Tools
    Replies: 49
    Last Post: 5 May 2020, 01:53 PM
  2. I am getting this error using Quick Order addon - Invalid item number:
    By westdh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Sep 2012, 09:53 PM
  3. Quick Updates addon?
    By computel in forum Upgrading to 1.5.x
    Replies: 3
    Last Post: 17 May 2012, 05:52 PM
  4. Quick Updates addon Compatible 1.3.9e?
    By ryanb4614 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 28 Sep 2010, 07:09 AM
  5. Quick Re-Order sidebox also a page?
    By RFree190 in forum Basic Configuration
    Replies: 0
    Last Post: 20 Jun 2010, 02:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR