Thread: DUAL Pricing v2

Page 42 of 151 FirstFirst ... 3240414243445292142 ... LastLast
Results 411 to 420 of 1503
  1. #411
    Join Date
    Dec 2008
    Posts
    9
    Plugin Contributions
    0

    Idea or Suggestion Re: DUAL Pricing v2

    I'm interested in this option too. Anyone done that? or any advise are very much appreciated. TIA!


    Quote Originally Posted by balihr View Post
    me again...

    so far i'm very satisfied with this mod, but i'd like to try something new.

    i want customers to see both regular price and wholesale_1 price without login. if a customer doesn't log in, regular prices apply and if (s)he logs in, whole_1 prices apply.

    also, what would be nice... A guest is on product_info page and sees "Regular price" and "Members price". A member is on product_info page and sees "Regular price" and "Your price".

  2. #412
    Join Date
    May 2008
    Location
    Auckland NZ
    Posts
    6
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Dual Pricing - Easy populate problem.

    I am using ZC 1.3.8a, PHP 5.2.5 EP Advanced 3.0.3 and Dual Pricing 1.4.2

    I have manually added a wholesale price to an item. When I download the file the column is there but the wsl price is missing?

    When I upload, the wsl price does not appear.

    Can anyone help - Thanks Steve

  3. #413
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by dlt1 View Post
    Dual Pricing - Easy populate problem.

    I am using ZC 1.3.8a, PHP 5.2.5 EP Advanced 3.0.3 and Dual Pricing 1.4.2

    I have manually added a wholesale price to an item. When I download the file the column is there but the wsl price is missing?

    When I upload, the wsl price does not appear.

    Can anyone help - Thanks Steve
    Steve,

    I'm not sure what you mean by upload and download. But in order for you to see the wholesale price you also need to create a wholesale customer with that level. You will then need to log in as that customer. If you are saying that you are looking at the column in the DB and the wholesale price is not being entered correctly then I'd make sure that your update_product.php file in the admin directory was uploaded properly.

    Cheers

  4. #414
    Join Date
    May 2008
    Location
    Auckland NZ
    Posts
    6
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Sorry - More details. I am trying to add wholesale prices to my site with easy populate. Customers can see wsl when they log in. I can add the prices manually - but not with EP. Everything is working OK except EP uploading wholesale prices?

    By upload - download I meant maybe import - export with EP.

    I have compared the files \admin\includes\modules\update_product.php and they are identical.

  5. #415
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by dlt1 View Post
    Sorry - More details. I am trying to add wholesale prices to my site with easy populate. Customers can see wsl when they log in. I can add the prices manually - but not with EP. Everything is working OK except EP uploading wholesale prices?

    By upload - download I meant maybe import - export with EP.

    I have compared the files \admin\includes\modules\update_product.php and they are identical.
    Thank you for the clarification. I could be wrong with this as I don't support the EP module but I don't believe that it supports the DP module. Other than that it sounds like the DP pricing module is working properly so I'd try your posts on the EP forum. If you find that EP and DP don't work together and you'd like me to work on the EP module to support Dual Pricing please PM me and we'll get it working for you.

  6. #416
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Template Cascade:

    Doyou think you can get this to work on the quanty discount so that (like its works now) show non whole sales customers gets the standard prices, but like the wholesale customer now sees both retail and wholesale price but the issues i think everyone is now looking for is if you also have a quanty diccount with set prices so that the wholesale customer can or only see the price they will be charged?

    using the tools that are out there now dont work for most as they are based on a % and with items being so different in markup. So each item will need to have its own quanty discount set for each product.

    I dont have a lot of money to through your way but i am sure a few of us that are looking for thiscould do something.

  7. #417
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by d1rage5 View Post
    Template Cascade:

    Doyou think you can get this to work on the quanty discount so that (like its works now) show non whole sales customers gets the standard prices, but like the wholesale customer now sees both retail and wholesale price but the issues i think everyone is now looking for is if you also have a quanty diccount with set prices so that the wholesale customer can or only see the price they will be charged?

    using the tools that are out there now dont work for most as they are based on a % and with items being so different in markup. So each item will need to have its own quanty discount set for each product.

    I dont have a lot of money to through your way but i am sure a few of us that are looking for thiscould do something.
    So, is adding Dual Pricing function to the quantity discount all that's needed? So you can set a discount for whole sale and one for retail independent of each other.

  8. #418
    Join Date
    Jan 2008
    Location
    Roswell, Ga USA
    Posts
    144
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    yes.

    if you goto scproductsdesign.com and look under signs then corplas you can see the options being used.

    i do have the wholesale pricing working.

  9. #419
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by d1rage5 View Post
    yes.

    if you goto scproductsdesign.com and look under signs then corplas you can see the options being used.

    i do have the wholesale pricing working.
    I see how dual pricing working with quantity discounts would be extremely helpful. In the interest of not inflating hopes, I need to note I'm really busy right now. It would be amazing if someone could take a bit of development time on this issue. If not I'd like all interested parties to PM me on this to work out details.

    Even better would be if someone with an amazing knowledge of CSV / MySQL imports would trade some advice for work on this.

  10. #420
    Join Date
    Nov 2005
    Posts
    51
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    I need to display both RETAIL PRICE and WHOLESALE PRICE before login. I followed the instruction below, but no sucess.
    Anyone knows? how to achieve this?
    thanks



    Quote Originally Posted by madfastride View Post
    Just walk through every file and anytime you see a note mentioning the code has been changed for dual pricing then remove these "if" statements;
    PHP Code:
     if ($_SESSION['customer_id']) 
    PHP Code:
    if ($customer_check->fields['customers_whole'] != "0"
    Also get rid of any functions that may be executed just to gather data for an "if" statement. Some basic PHP skills or trial and error will be needed in order to remove the right code with the corresponding functions.

    For example...

    PHP Code:
    //***********************************************************************
    //***DISPLAY NET RETAIL PRICE IF WHOLESALE CUSTOMER IS LOGGED ON
    //***********************************************************************
    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'] != "0") { 
         echo 
    '<span id="retailwhole">' ' 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 /> ';
     }
    }
    //***********************************************************************
    //***END DISPLAY NET RETAIL PRICE IF WHOLESALE CUSTOMER IS LOGGED ON
    //*********************************************************************** 
    Above (taken from tpl_product_info_display.php, line 67-75) will now look like this...

    PHP Code:
    //***********************************************************************
    //***DISPLAY NET RETAIL PRICE IF WHOLESALE CUSTOMER IS LOGGED ON
    //***********************************************************************
     
         
    echo '<span id="retailwhole">' ' 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 /> ';

    //***********************************************************************
    //***END DISPLAY NET RETAIL PRICE IF WHOLESALE CUSTOMER IS LOGGED ON
    //*********************************************************************** 
    Next you can just edit the tpl_product_info_display.php file in order to change the wording to suit your needs.

 

 

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