Thread: DUAL Pricing v2

Page 16 of 151 FirstFirst ... 614151617182666116 ... LastLast
Results 151 to 160 of 1503
  1. #151
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Wow craftzombie you are a star! That fixed it for me and I am very thankful to you.

    Cheers

    Heathenmagic

  2. #152
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi,
    Can somebody please help me.
    When i click on the Customers Page in admin is get this error.


    Customers Search:

    ID# Last Name
    Asc Desc First Name
    Asc Desc Company
    Asc Desc Account Created
    Asc Desc Last Login
    Asc Desc Pricing Group
    Asc Desc TABLE_HEADING_GV_AMOUNT
    Asc Desc Authorized
    Asc Desc Action TABLE_HEADING_COWOA
    Asc Desc Action
    1054 Unknown column 'c.COWOA_account' in 'field list'
    in:
    [select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, c.customers_group_pricing, a.entry_country_id, a.entry_company, ci.customers_info_date_of_last_logon, ci.customers_info_date_account_created , c.customers_telephone, a.entry_company, a.entry_street_address, a.entry_city, a.entry_postcode, c.customers_authorization, c.customers_referral, c.COWOA_account from customers c left join customers_info ci on c.customers_id= ci.customers_info_id left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id order by ci.customers_info_date_account_created DESC limit 0, 20]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    This happened after i installed this addon.

  3. #153
    Join Date
    May 2005
    Location
    England
    Posts
    675
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    did you process your sql patch from the dual pricing folder?

  4. #154
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by jaskarn View Post
    Hi,
    Can somebody please help me.
    When i click on the Customers Page in admin is get this error.


    Customers Search:

    ID# Last Name
    Asc Desc First Name
    Asc Desc Company
    Asc Desc Account Created
    Asc Desc Last Login
    Asc Desc Pricing Group
    Asc Desc TABLE_HEADING_GV_AMOUNT
    Asc Desc Authorized
    Asc Desc Action TABLE_HEADING_COWOA
    Asc Desc Action
    1054 Unknown column 'c.COWOA_account' in 'field list'
    in:
    [select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, c.customers_group_pricing, a.entry_country_id, a.entry_company, ci.customers_info_date_of_last_logon, ci.customers_info_date_account_created , c.customers_telephone, a.entry_company, a.entry_street_address, a.entry_city, a.entry_postcode, c.customers_authorization, c.customers_referral, c.COWOA_account from customers c left join customers_info ci on c.customers_id= ci.customers_info_id left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id order by ci.customers_info_date_account_created DESC limit 0, 20]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    This happened after i installed this addon.
    Someone who updated this mod also uses the Checkout Without Account (COWOA) mod and left the code in there, probably thinking it wouldn't hurt the functionality of the Dual Pricing mod (???). I probably would've left it in there too. I went through the customers.php file and hopefully removed all of the cowoa code. You can download that version of the file here:

    customers.zip

    Install it into your admin folder and then click on your customers and see what happens. Let me know....

  5. #155
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi everyone,
    thank you for your efforts and help.
    1. I did proccess the patch by going to Zencart Admin and pasting the complete file provided.
    2. I tried the file without the COWOA supplied but now it gives me this error:

    Fatal error: Call to undefined function: zen_get_customers_address_book() in /home/pjdhatt/public_html/dgtech/admin/customers.php on line 1137

    Looks like we are hopefully getting closer. Please advise

  6. #156
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by jaskarn View Post
    Hi everyone,
    thank you for your efforts and help.
    1. I did proccess the patch by going to Zencart Admin and pasting the complete file provided.
    2. I tried the file without the COWOA supplied but now it gives me this error:

    Fatal error: Call to undefined function: zen_get_customers_address_book() in /home/pjdhatt/public_html/dgtech/admin/customers.php on line 1137

    Looks like we are hopefully getting closer. Please advise
    Sorry about that. I couldn't test it properly at the time because my test site was 1.3.7. I just upgraded it and tested the file and of course, I made a mistake. I fixed it and tested it and it seems to be working now. Download the customer zip file again and upload it to your admin folder. Let me know what happens.

  7. #157
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi craftzombie,
    I downloaded the file from the link in your last post and tried it but still i get the same error:


    Fatal error: Call to undefined function: zen_get_customers_address_book() in /home/pjdhatt/public_html/dgtech/admin/customers.php on line 1146

    When i deleted line 1146, it worked but the formatting was all wrong, i guess there is something wrong with bringing up the address book.

    Please HELP!

    Thanks.
    Jaskarn

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

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by jaskarn View Post
    Hi craftzombie,
    I downloaded the file from the link in your last post and tried it but still i get the same error:


    Fatal error: Call to undefined function: zen_get_customers_address_book() in /home/pjdhatt/public_html/dgtech/admin/customers.php on line 1146

    When i deleted line 1146, it worked but the formatting was all wrong, i guess there is something wrong with bringing up the address book.

    Please HELP!

    Thanks.
    Jaskarn
    I have a test cart installed with no other mods on it but Dual Pricing and I am not getting any errors with this new customers.php file. What mods do you have installed?

  9. #159
    Join Date
    Nov 2007
    Location
    Auckland, New Zealand
    Posts
    61
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Hi again,
    i have easy populate installed, sales_report_rev104, and aquick_price_search. From what i think the zen_address get thing function could have been renamed, could this be another file inlcuded in dual pricing mod download that would have changed it.

  10. #160
    Join Date
    Jul 2006
    Posts
    496
    Plugin Contributions
    0

    Default Re: DUAL Pricing version 2

    Quote Originally Posted by jaskarn View Post
    Hi again,
    i have easy populate installed, sales_report_rev104, and aquick_price_search. From what i think the zen_address get thing function could have been renamed, could this be another file inlcuded in dual pricing mod download that would have changed it.
    Just to clarify, the newest version of Dual Pricing is for 1.3.8. I noticed the download for the 1.3.7 version does not contain an easypopulate.php file, but the 1.3.6 and 1.3.8 versions do. I'm not sure what happened there. I do not use Easy Populate. If anyone is running into problems and you use Easy Populate with this mod, make sure your versions match.

 

 

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