Thread: DUAL Pricing v2

Page 90 of 151 FirstFirst ... 40808889909192100140 ... LastLast
Results 891 to 900 of 1503
  1. #891
    Join Date
    Jul 2011
    Posts
    138
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by edingtoncollection View Post

    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) {
    $special_price = false;
    } else {



    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) {
    return false;
    } else {
    Ok, so I got the code working.
    When logged in - sales price does NOT display.
    When not logged in - sales price displays.

    I would like the reverse to happen. I want MSRP to always remain as it is and the wholesale price to be the one discounted.

    How can I make this happen? I tried several variations of the above code with no success.
    ZC 1.5.5
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3

  2. #892
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: DUAL Pricing v2

    Quote Originally Posted by DCoalson1 View Post
    Ive got v1.8 installed with zencart1.3.9h and I cant figure out whats going on with the attributes? I enter in the price for the attribute in the "trade" field and click update and I get sent directly to the admin homepage, no changes to the attribute is retained. Can you give me some assistance with what/where Im going wrong? Thanks!
    After a comparing the dual pricing attributes_controller.php with the default /[your_admin]/attributes_controller.php] file I see that there are several instances where this code has been omitted:
    PHP Code:
    <?php echo zen_draw_hidden_field('securityToken'$_SESSION['securityToken']); ?>
    Once adding this code back, the page seems to work properly on initial testing.


    daniel

  3. #893
    Join Date
    Jun 2010
    Location
    South Africa
    Posts
    140
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    I have a problem with the dual pricing,
    If I have a retail price of R100.00 and wholesale price of R60.00 but I have the product on special on the retail side at R80.00 the system still charge my wholesale client the special price of R80.00 instead of the wholesale price of R60.00

    It displays the whole sale price as R60.00 , stroked out and special price next to it at R80.00

    If the wholesaler ads it to his cart he pays the "special" price

    Is there a way around this?
    Only Dead Fish go with the flow

  4. #894
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Pls check the post 878 before. edingtoncollection has the solution for this.

  5. #895
    Join Date
    Nov 2011
    Posts
    12
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by idc1 View Post
    Does the AND/OR admin/includes/functions/functions_price.php need to be updated with this? I've actually tried both, reviewed the update several times making sure to place the code in the appropriate spot according to the second revision by edingtoncollection with no success. So starting simple, I wanted to again verify which file or files needed to be updated.

    Thanks

    I update this file includes/functions/functions_price.php successfully.

  6. #896
    Join Date
    Jun 2010
    Location
    South Africa
    Posts
    140
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Thanx Ironman, it works perfectly
    Only Dead Fish go with the flow

  7. #897
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    i have installed the dual pricing .

    Each category has a percentage discount.

    Example :

    Category - Salemaker - Mentalism discount 28.0000 Percent

    special price for all customers - wholesale & retial
    Ghost Nail 2.0 Laser Edition
    $40.00 special price $34.00
    After Discount category Sale: $24.48

    Admin product :
    Products Price (Net): 40
    Products Price (Gross): 40
    Wholesale Price (Net) : 29

    Normal mode no special price
    wholesale accout log in - After %28 salesmaker Applied show
    wholesale Sale: $20.88


    How can ignore the special price but not the salesmaker for wholesale account ?

  8. #898
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    When I logged a wholesaler account The page items show me like that :

    Retail Price: $3.60 $2.80
    Sale: $2.02

    Whole Sale Price: $1.80 $2.80
    Sale: $2.02


    The 2.02 is special price .
    The 1.80 is wholesale price .


    How to disable the special price for wholesale account .but not for retial accounts .

    Wholesale customer would see his wholesale price. Including Percent discount of sales maker.

  9. #899
    Join Date
    Jul 2011
    Posts
    138
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    The below is from edingtons fix:

    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) {
    $special_price = false;
    } else {

    ----------------------------------------------------------------------

    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) {
    return false;
    } else {

    ---------------------------------------------------------------------
    The code works as follows:
    When logged in - sales price does NOT display.
    When not logged in - sales price displays.

    I have yet to get the reverse to happen. I want:
    When logged in - sales price displays.
    When not logged in - sales price does not display.

    How can I make this happen? If I change
    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' )

    to

    if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] = '0' )

    That made the sales price display both when logged in and not logged in.
    ZC 1.5.5
    Add ons: - Column/Grid 1.3.8 - Dual pricing 1.7 - ImageHandler3

  10. #900
    Join Date
    Dec 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Sorry if this solution is buried in the posts, I tried a search but didn't see an answer.

    Is there a way to show the MSRP / Retail price along with the WS price?

    Thanks,

    --RW

 

 

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