Thread: DUAL Pricing v2

Results 1 to 10 of 1503

Hybrid View

  1. #1
    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. #2
    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.

  3. #3
    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.




  4. #4
    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.

  5. #5
    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?

  6. #6
    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.

  7. #7
    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?

  8. #8
    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!!

  9. #9

    Default Re: DUAL Pricing v2

    Ok, I think I might not have merged the shopping_cart.php files correctly. Could someone please tell me if, the dual pricing shopping_cart file can completely overwrite the the zen_cart file, or do they have to be merged together? I used winmerg, but my utter lack of php knowledge, means I have no clue what I am looking at.

    THANKS!

    John

  10. #10
    Join Date
    Aug 2010
    Posts
    55
    Plugin Contributions
    0

    Default Re: DUAL Pricing v2

    I am having a slight issue, and I dont know if it's due to the way I setup my item or if it's a bug in the addon.

    Say I have a product called "Paint Brush"

    In the product I have it set like this:

    Product Priced by Attributes: Yes
    Products Price (Net): 0
    Products Price (Gross): 0
    Wholesale Price (Net) 0 (do i do it like this since its priced by attributes?)
    --------------------------------------------

    In the Attributes Controller it looks like this:

    Attribute "Wood"

    Prefix price : 8 (retail price)
    Prefix Trade: 5 (wholesale price)

    Attribute "Metal"

    Prefix price : 20 (retail price)
    Prefix Trade: 13 (wholesale price)
    --------------------------------------------

    I have confirmed that when I am a Retail customer, I see this item as "Starting at 8.00" and with the Metal option as 20.00.

    And that when I log in as a Wholesale customer, I see this item as "Starting at 5.00" and with the Metal option as 13.00.

    However, when I went through the checkout process as my WHOLESALE CUSTOMER, it shows the retail pricing (depending on if I choose wood or metal) but no wholesale prices. All the way to the pay section. (I haven't bought an item but I am assuming that is the price it would bill right now)

    Does anyone know if this is a known problem? Or if the way I set it up was done incorrectly? I know that with wholesale pricing you are supposed to put in the values inside the "Wholesale Price (Net)" but since i was doing it by attributes, I kept it blank. How would i do that?

    Any help would be greatly appreciated.

 

 

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

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