Thread: DUAL Pricing v2

Page 25 of 151 FirstFirst ... 1523242526273575125 ... LastLast
Results 241 to 250 of 1503
  1. #241
    Join Date
    May 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    i don't think there are overrides for the admin section at all.

    i've installed a whole lot of mods and custom code throughout my site, and i'm not looking forward to future upgrades, but with a decent folder/file comparison app you can at least go back and find everything you changed in the previous version. just a thought.

  2. #242
    Join Date
    Jun 2008
    Location
    Waupun, Wisconsin
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Thanks, I now remember reading about that. Appreciate the response!

    Tamara

  3. #243
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by Tamara View Post
    The ReadMe.txt states "Making these changes WILL make upgrading your store to new versions harder."
    Tamara, All modifications you make to the base Zen-Cart code will make upgrading harder as when you uprade you can't really just overwrite the old versions files with the new ones as you have customized the file. SlowAwake, is right. The best thing to do when upgrading and when adding more than one module that affect the same file is to use file comparing software. I recomend WinMerge which is free and easy to use.

    Quote Originally Posted by Tamara View Post
    Can I install this mod taking advantage of the override system as with customization files?
    Quote Originally Posted by slowawake View Post
    i don't think there are overrides for the admin section at all.

    I would just use the file comparison software. I agreed with SlowAwake but just did a little test and it seems like there might be overrides for the admin section. I would say go ahead if you want.


    Cheers,

  4. #244
    Join Date
    Jun 2008
    Location
    Waupun, Wisconsin
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by madfastride View Post
    ...The best thing to do when upgrading and when adding more than one module that affect the same file is to use file comparing software...


    ...I agreed with SlowAwake but just did a little test and it seems like there might be overrides for the admin section...

    I suppose it couldn't hurt to try. I have solid backups of my site and database. I guess the worst that could happen is Zen Cart slaps me with a big . I'll do some more research on the admin/override issue and then give it a go. Who knows, maybe I'll get lucky.

  5. #245
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    application error Re: DUAL Pricing version 2

    I've installed the Version: 1.3.2 on Zen Cart™ Version: v1.3.8. For the wholesale price I put 12.99-10.99-0-7.99, then assigned my account to level 4, but when I go to the site and log-in still I see the regular price which is 14.99, even though I am suppose to see 7.99. what is it that I am doing wrong?

    Just a side note, is there anything else I have to do from the admin section besides putting the wholesale price and assigning a wholesale level to the user?

    thank you.

  6. #246
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by trac_nez View Post
    I've installed the Version: 1.3.2 on Zen Cart™ Version: v1.3.8. For the wholesale price I put 12.99-10.99-0-7.99, then assigned my account to level 4, but when I go to the site and log-in still I see the regular price which is 14.99, even though I am suppose to see 7.99. what is it that I am doing wrong?
    Please read this post as it might help you out. Also try using '0.00' instead of '0' I'd be surprised if this is what's breaking, but if it is I'll fix it in a future release.
    Quote Originally Posted by trac_nez View Post
    Just a side note, is there anything else I have to do from the admin section besides putting the wholesale price and assigning a wholesale level to the user?
    No there is nothing else you need to do from the admin section. If your problem persists please give a few more details. Such as when you go to catalog > categories/products do you see the whole sale prices along with the retail price?

  7. #247
    Join Date
    Jun 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by madfastride View Post
    Please read this post as it might help you out. Also try using '0.00' instead of '0' I'd be surprised if this is what's breaking, but if it is I'll fix it in a future release.

    No there is nothing else you need to do from the admin section. If your problem persists please give a few more details. Such as when you go to catalog > categories/products do you see the whole sale prices along with the retail price?
    still not working... when I go to catalog > categories/products I do see the wholesale prices with the retail.

    On thing I don't get is that what it said on the readme.txt file,

    "you can see that you will have 4 levels of wholesale price available the 3rd level is 0 so customers set to level 3 will get the level 1 price.
    In the attributes, you need to use comma separation eg

    50.00,30.00,0.00,25,00


    Attributes can be set in the same way."

    What does this means?

    Thank You.

  8. #248
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by trac_nez View Post
    "you can see that you will have 4 levels of wholesale price available the 3rd level is 0 so customers set to level 3 will get the level 1 price.
    In the attributes, you need to use comma separation eg

    50.00,30.00,0.00,25,00


    Attributes can be set in the same way."

    What does this means?

    Thank You.
    It means that if you set one of the WS values to 0, instead of giving away your product the price will default back to level one.
    Quote Originally Posted by trac_nez View Post
    still not working... when I go to catalog > categories/products I do see the wholesale prices with the retail.
    This means that the prices are being entered correctly into your database. It's just not displaying correctly. Did you upload the includes/templates/YOUR TEMPLATE/tpl-product_display.php into the proper folder? Meaning did you change the "YOUR TEMPLATE" into the current template you are using.

  9. #249
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    I received this via PM and thought I would share the solution just in case.
    Quote Originally Posted by trudesign
    I am wondering if I install it I will be able to have most customers see no pricing, and people that login that I give wholesale access to, can shop with wholesale pricing.

    so everyone would see no pricing whatsoever unless I give them wholesale access.
    note out lines 139, 143 of includes/functions/functions_prices.php. They are identical and look like the following.

    PHP Code:
    $products_price $product_check->fields['products_price']; 
    Furthermore note the following lines (70-76) in includes/templates/YOUR TEMPLATE/tpl_product_info_display.php

    PHP Code:
    if ($_SESSION['customer_id']) {
      
    $customers_id $_SESSION['customer_id'];
        
    $customer_check $db->Execute("select * from " TABLE_CUSTOMERS " where customers_id = '$customers_id'");
     if (
    $customer_check->fields['customers_whole'] == "1") { 
         echo 
    '<span>' ' Retail Price: '.$one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == '1') ? TEXT_BASE_PRICE '') . zen_get_products_display_retail_net_price((int)$_GET['products_id']).'</span><br /> ';
     }

    This should work. I haven't tested it. Please let everyone know if it does. It will not ever show the Retail Price but you will need to add some arbitrary number in there. There is a way to show a MSRP or such price in the Retail prices place and only show that to WS customers but it will get a lot more complicated.

    Cheers,

  10. #250
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    This is the thread that the Wholesale pricing mod says to go to for support, so please don't stomp on my fingers!

    I own Easy Populate Pro, which is installed in a version of Zencart 1.38a. I just installed the wholesale pricing mod, and now Easy Populate is "burping". I get the following error when I tryt o open it in Admin:


    Fatal error: Call to a member function on a non-object in /home/dbgoldsm/public_html/store/admin/includes/functions/extra_functions/easypopulate_functions.php on line 594

    Any help for this clueless php ignorant soul appreciated!

    thank you,

    betty

 

 

Similar Threads

  1. Dual Pricing - Wholesale Pricing - Some issues I was able to fix
    By hollettster in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 17 Dec 2010, 12:00 AM
  2. Dual Pricing - Wholesale Pricing for Zen 1.3.7 works with Easypopulate
    By micheloo in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 20 Jan 2010, 06:01 PM
  3. No Attributes after installing Dual Pricing - Wholsale Pricing
    By drybsmt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 10 Sep 2009, 11:09 AM
  4. Quantity Discounts and Dual Pricing - Wholesale Pricing
    By snarkys in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 1
    Last Post: 2 Jul 2007, 06:47 PM
  5. Dual Pricing Module & Dual Tax Classes
    By WILL in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 25 May 2007, 10:44 PM

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