Thread: DUAL Pricing v2

Page 52 of 151 FirstFirst ... 242505152535462102 ... LastLast
Results 511 to 520 of 1503
  1. #511
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by Template Cascade View Post
    That's a language file, it has nothing to do with this file. I'm not sure where your problem is coming from. I'm not familiar with the VAT mod does it modify the functions_prices.php file?
    hey -- thanks for the quick response. the VAT mod does not modify the function_prices.php file. here is a list of files which are added/modified by the VAT mod

    Code:
    2. New files included in package
    admin/includes/functions/extra_functions/functions_vatmod.php
    admin/includes/languages/english/extra_definitions/vatmod.php
    catalog/includes/functions/extra_functions/functions_vatmod.php
    catalog/includes/languages/english/extra_definitions/vatmod.php
    
    3. Modified files included in package
    admin/customers.php
    admin/invoice.php
    admin/orders.php
    admin/packingslip.php
    admin/includes/classes/order.php
    admin/includes/functions/functions_customers.php
    catalog/includes/classes/order.php
    catalog/includes/functions/functions_customers.php
    catalog/includes/functions/functions_taxes.php
    catalog/includes/modules/checkout_new_address.php
    catalog/includes/modules/create_account.php
    catalog/includes/modules/order_total/ot_shipping.php
    catalog/includes/modules/pages/address_book_process/header_php.php
    catalog/includes/modules/pages/address_book_process/jscript_main.php
    catalog/includes/modules/pages/checkout_payment_address/jscript_main.php
    catalog/includes/modules/pages/checkout_shipping_address/jscript_main.php
    catalog/includes/modules/pages/create_account/jscript_form_check.php
    catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_address_book_details.php
    catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_checkout_new_address.php
    catalog/includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php

  2. #512
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by Template Cascade View Post
    Thank you... The way to do this would be to modify the code when a customer is being created so that the customers_whole column in the customers table is automatically populated with whichever value you desire. Possible options being 1-4
    webdesignjustin, Try changing includes/modules/create_account.php file. Modify line 258 from

    PHP Code:
    'customers_authorization' => (int)CUSTOMERS_APPROVAL_AUTHORIZATION 
    to

    PHP Code:
    'customers_authorization' => (int)CUSTOMERS_APPROVAL_AUTHORIZATION,
    'customers_whole' => '1' 
    Change the one to anything from 1-4 for different levels of wholesale pricing. Let me know if this works... it's not tested and just thrown together quickly but it could at least be a start.

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

    Default Re: DUAL Pricing v2

    Quote Originally Posted by jazznuts699 View Post
    hey -- thanks for the quick response. the VAT mod does not modify the function_prices.php file.
    This could be the source of your problem there. Using win merge to merge these files and making sure that any conflicts within the code are ironed out is more than likely going to solve your problems.

  4. #514
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by Template Cascade View Post
    This could be the source of your problem there. Using win merge to merge these files and making sure that any conflicts within the code are ironed out is more than likely going to solve your problems.
    i compared both the dp mod files and vat mod files -- all source files and server files are identical (see images below). Like i mentioned above -- when i put the backup version of shopping_cart.php back in the total appears but i lose the dp functionality.

    I think for now i'll go back to the backup files and just listen in on this post to see if anyone else runs into this problem. thanks for providing suggestions.




  5. #515
    Join Date
    Jun 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Thank You so much for the quick responce and the fix. You are the man!!

  6. #516
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Quote Originally Posted by jazznuts699 View Post
    i compared both the dp mod files and vat mod files -- all source files and server files are identical (see images below). Like i mentioned above -- when i put the backup version of shopping_cart.php back in the total appears but i lose the dp functionality.

    I think for now i'll go back to the backup files and just listen in on this post to see if anyone else runs into this problem. thanks for providing suggestions.
    It looks as if you compared VAT with VAT and Dual Pricing with Dual Pricing. I would expect that comparing the same files would yield these results. You need to compare the functions_prices.php files from VAT and Dual Pricing and merge those so that you regain all functionality. If you get it working, posting the file here would be helpful.

    Quote Originally Posted by webdesignjustin View Post
    Thank You so much for the quick responce and the fix. You are the man!!
    NP... I take it that it worked.

  7. #517
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    Quote Originally Posted by Template Cascade View Post
    It looks as if you compared VAT with VAT and Dual Pricing with Dual Pricing. I would expect that comparing the same files would yield these results. You need to compare the functions_prices.php files from VAT and Dual Pricing and merge those so that you regain all functionality. If you get it working, posting the file here would be helpful.
    functions_prices.php is not modified by the VAT mod -- it is only modified by the DP mod. what should i be comparing?

  8. #518
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    Sorry, I thought you said VAT did modify it, my bad. Well I guess I start by comparing the two modules against each other not themselves and see if there are any conflicting files... If not you might need to do some other poking around in your file structure.

  9. #519
    Join Date
    Jul 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    the only overlap is customers.php -- however i did notice a folder called 'New Folder (2)' in the Dp mod under \includes\modules\ should there be anything in this folder and should this folder be named something?

  10. #520
    Join Date
    Jan 2009
    Posts
    40
    Plugin Contributions
    1

    Default Re: DUAL Pricing v2

    hmm... nope it sounds like you have things set pretty good. I wonder the issue here. It's going to take some serious poking around and testing things to try and figure this one out. It might be an admin setting that is different from the stock setting messing it up. It could be a number of things, but in general it should be working. I'd keep trying and see if there is anything you can figure out.

 

 

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