Search:

Type: Posts; User: Kezza

Search: Search took 0.01 seconds.

  1. Replies
    1,018
    Views
    148,575

    v139h Re: Super Orders v3.0 Support Thread

    have you had a chance to get to the update?
  2. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    http://www.zen-cart.com/forum/showpost.php?p=980187&postcount=153

    http://www.zen-cart.com/forum/showpost.php?p=956471&postcount=1683
  3. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    do you have edit orders or super orders mod installed?
  4. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    in that last statment it should be 0 not 1, so should read:

    ['customers_group_pricing'] != '0')
  5. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    why not try changing the statement to something like this:

    if ($_SESSION['customers_group_pricing'] && $_SESSION['customers_group_pricing'] != '1') {

    // Here's where your module code goes

    }...
  6. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    you might be able to do it with something like the dual pricing and hidden wholesale mods.

    the hidden mod wraps this around code to hide it:

    if ($_SESSION['customer_whole'] &&...
  7. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    if you go to "Your Admin->Configuration->Reward Points->Reward Point Status Track" set this to Advanced mode and set all dots to earned.
    this will fix your problem.
  8. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    any word on the edit orders working with rewards points?
  9. Replies
    1,018
    Views
    148,575

    v139h Re: Super Orders v3.0 Support Thread

    that works for me, will merge the extras myself and let you know how it goes.
    thanks

    Kezza
  10. Replies
    1,018
    Views
    148,575

    v139h Re: Super Orders v3.0 Support Thread

    what version of COWOA did you put into super orders, one of the reasons i'm asking is that there is a lot of cowoa code missing from includes>classes>order.php.
    is it handled differently in super...
  11. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    sorry I missed that you made it so small at the top of that very large post, :oops: I will post there now.
  12. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    what version of COWOA did you put into super orders, one of the reasons i'm asking is that there is a lot of cowoa code missing from includes>classes>order.php.
    is it handled differently in super...
  13. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    Sorry I worded that wrong, does anyone know if dual pricing overwrites any super orders files, and if it does have any premerged files been made available.
  14. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    bump as I edited my last post
  15. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    yes I read them, sorry not trying to sound rude or ignorant but now that I read back my posts I kind of do :blush:
    I can host the files from now till approval from the zen cart team if wanted, PM me...
  16. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    sorry what i meant was have you finished writing the new version and submitted it to the site for upload yet?
    as i need to build a new site and need to know if its worth waiting or I start modding...
  17. Replies
    2,019
    Views
    431,353

    Re: Super Orders 2.0

    when is the new version released?
  18. Replies
    6
    Views
    1,272

    Re: ATTRIBUTR - Fast Attribute Population!

    will this let you input wholesale prices for the attribute as well?
  19. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    any news on the edit orders front?
  20. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    if i comment out "$this->process()" under "collect_posts()" this should fix the issue correct?

    Kezza
  21. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    can you please tell me what the problem was, so i can make the changes in my cart.
    Thanks

    Kezza
  22. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    forgot to say it passes the price less 2x the reward points onto paypal but does not affect in house payments.

    Kezza
  23. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    shop - 1.3.8a with mods added
    rewards version - 1.30a

    still get the "value of redeemed reward points" twice, on every login for the first purchase.

    http://stage.katiestreasures.com.au/test.png...
  24. Thread: Hidden Wholesale

    by Kezza
    Replies
    63
    Views
    20,103

    Re: Hidden Wholesale

    scratch that last post

    open includes -> modules -> your template -> product_listing.php

    find

    // Begin hideCategories code
    $listing_sql = str_replace('WHERE', 'LEFT JOIN ' ....
  25. Thread: Hidden Wholesale

    by Kezza
    Replies
    63
    Views
    20,103

    Re: Hidden Wholesale

    for now the easy cheats fix is to make sure the hidden cat has a sub cat with the products in it
  26. Thread: Hidden Wholesale

    by Kezza
    Replies
    63
    Views
    20,103

    Re: Hidden Wholesale

    after installing hideCategories
    open includes -> templates -> your template -> sideboxes -> tpl_categories.php

    find

    // Begin hideCategories code
    list($nada, $mycpath)= split('=',...
  27. Thread: Hidden Wholesale

    by Kezza
    Replies
    63
    Views
    20,103

    Re: Hidden Wholesale

    did you get this to work?
  28. Thread: Hidden Wholesale

    by Kezza
    Replies
    63
    Views
    20,103

    Re: Hidden Wholesale

    I got round this by making the price 0.0001, this way its not $0 and the product still shows, but it's to small an amount to be added to the attribute price.
  29. Re: Here's a quick tutorial on how to add fields to easypopulate v1.2.5.4 or 1.2.5.5

    any one know how I could add "options_values_price_w" its in the "products_attributes" table.
  30. Replies
    2,474
    Views
    416,840

    Re: Reward Points Module- Live Release now available.

    you could set the Redeem Ratio for all wholesale customers to 0.0000 that way there points are not worth anything, they will still get reward points but can not use them.

    to do this go to:
    admin...
Results 1 to 30 of 30
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR