Thread: DUAL Pricing v2

Page 35 of 151 FirstFirst ... 2533343536374585135 ... LastLast
Results 341 to 350 of 1503
  1. #341
    Join Date
    Oct 2008
    Location
    Midwest USA
    Posts
    71
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi Madfastride,

    I must not have been very clear in my post, I understood exactly why you did what you did, it was weezee's post and the double "retail price" listing in her code that threw me off, it should have worked.

    I hadn't taken a good look at the code at that point (as I mentioned) but was working on a similar task (that's how I found weezee's post) and saw that she hadn't received a response so tried to help as best I could. Your reply cleared everything up for me and hopefully weezee too.

    Thanks again,

    Gary777

  2. #342
    Join Date
    Aug 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi Everyone,

    This mod is just what we're looking for and is working like a dream.

    Could anyone tell me or help point me in the right direction so it will show the percentage diffrence in the two displayed prices?

    So it would display like:

    Retail Price: £xx.xx
    Wholesale Price: £xx.xx
    You Save: xx%

    Many many thanks in advance.

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

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by setter View Post
    Retail Price: £xx.xx
    Wholesale Price: £xx.xx
    You Save: xx%
    Setter,
    I'm glad you like the module. I'd like to add this to a release I'm working on. Along with a few other features, and customizations. But it keeps getting pushed back. You could rename a few variables and do the calculations in the tpl_display_product.php file. If you don't want to mess with it or nobody else has the code <wink>a little donation is going a long way with progressing this release and getting an early copy of the feature you donated for. </wink> PM me if you'd like.

  4. #344
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    116
    Plugin Contributions
    1

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by Gary777 View Post
    Hi Madfastride,

    I must not have been very clear in my post, I understood exactly why you did what you did, it was weezee's post and the double "retail price" listing in her code that threw me off, it should have worked.
    Gary,

    Thanks for pointing me in the right direction there, I did not see it right away and might never have. I understood that you had found the answer and were just helping me out. The second post was just trying to clarify, and over explain for anyone else finding the same problem as I'm a firm believer in that for every person who asks a question here there are five more (well four now that you revealed yourself) with the same problem. It will probably also cause me to change the read me file a bit.

  5. #345
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,173
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Mad,
    How would I write the if statement to add $5.00 to my shipping cost??

    My retail site has a flat rate of $5.00, but I charge my wholesale customers $10.00 for shipping!!!

    Thanks in advance... :)

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

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by haredo View Post
    Mad,
    How would I write the if statement to add $5.00 to my shipping cost??

    My retail site has a flat rate of $5.00, but I charge my wholesale customers $10.00 for shipping!!!

    I don't really know the inner workings of the shipping cost calculations off the top of my head. And at the moment I am fortunate enough to be one of those with too much work :) So I can't really tell you where or exactly what to use. The following is the code you place anywhere to access WS only functions. This will be a good start to your project. Cheers,

    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'] != "0") {  
         
    //your code 


     

    }  
    //note*** depending on where you use this you might have to change $db-> to $this-> 

  7. #347
    Join Date
    Apr 2008
    Location
    Ohio
    Posts
    22
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    OK I just encountered something very weird ... my wholesale pricing has stopped taking entries .. is there a ceiling on how many products a store can have as far as wholesale pricing goes?

    I can not change any current prices .. it will not change and if I insert a new product, it will take it and the retail price .. but wholesale now comes up 0

    Any idea's????

    I just checked my product count and it is 2915

  8. #348
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by Elle Fresco View Post
    OK I just encountered something very weird ... my wholesale pricing has stopped taking entries .. is there a ceiling on how many products a store can have as far as wholesale pricing goes?

    I just checked my product count and it is 2915
    I have 3310 products and wholesale pricing is still working great for me.

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

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by Elle Fresco View Post
    I can not change any current prices .. it will not change and if I insert a new product, it will take it and the retail price .. but wholesale now comes up 0
    Sorry to hear about this. I assume you mean that you can type into the WS field but once you update the product the WS price is not updated and a default of '0' is shown.

    Have you made any changes to your admin files? Is there another module you used recently that would write over or modify the admin files, update_product.php or collect_info.php files? I would make sure that these two files contain all the needed Dual Pricing elements.

    Cheers,

  10. #350
    Join Date
    Sep 2007
    Location
    Manchester, England
    Posts
    168
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hey guys,

    Just installed your module, which was a simple process.

    I found however that I get this error when editing a product:


    Warning: Missing argument 1 for FCKeditor::__construct(), called in htdocs\admin\includes\modules\product\collect_info.php on line 413 and defined in htdocs\admin\includes\fckeditor_php5.php on line 42

    Obviously it's caused a conflict between FCKeditor and dual pricing. I searched this thread and there seems to be nothing on it.

    Ta.

 

 

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