Page 13 of 25 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 241
  1. #121
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Bump, Anyone?

  2. #122
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Hello Everyone,

    I've installed alac_2.2 and I thought everything was OK except...
    for some reason when I log in to place an order as a customer their State/Province doesn't show up, which means their provincial sales tax isn't calculating correctly on the order.
    Has anyone bumped into this?

    Any help is appreciated.
    Thank you!

    Zen 139h
    PHP Version: 5.2.16
    MySQL 5.0.92

  3. #123
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Quote Originally Posted by kcb410 View Post
    Hello Everyone,

    I've installed alac_2.2 and I thought everything was OK except...
    for some reason when I log in to place an order as a customer their State/Province doesn't show up, which means their provincial sales tax isn't calculating correctly on the order.
    Has anyone bumped into this?

    Any help is appreciated.
    Thank you!

    Zen 139h
    PHP Version: 5.2.16
    MySQL 5.0.92
    This issue doesn't occur from my home computer....it must be a cache issue with Firefox on my PC at work.

  4. #124
    Join Date
    Dec 2008
    Location
    Toronto
    Posts
    347
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Quote Originally Posted by kcb410 View Post
    Hello Everyone,

    I've installed alac_2.2 and I thought everything was OK except...
    for some reason when I log in to place an order as a customer their State/Province doesn't show up, which means their provincial sales tax isn't calculating correctly on the order.
    Has anyone bumped into this?

    Any help is appreciated.
    Thank you!

    Zen 139h
    PHP Version: 5.2.16
    MySQL 5.0.92

    Hello everyone,

    I'm still having trouble with this issue occurring which means I can't place an order for the customer because there is no sales tax being calculated. Is there anyone that knows what would be causing this?

    Please!!
    Thank you!

  5. #125
    Join Date
    Jan 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Login as Customer module

    Installed this perfectly on ZC 1.3.7, but getting different results when logging in as customer when using IE8.

    First time logging in as customer, I get sent to the cart homepage:
    /index.php?main_page=index

    If I close this that browser window/tab without logging out, and then attempt to login with the same customer, I'm instead sent to the account page:
    /index.php?main_page=account

    Obviously this is a session/cookie issue, but why does ALAC route to different pages? What is the default page it should route to? And is there a way to change it if I'd rather be brought so a different page on the site after logging in as a customer?

  6. #126
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login as Customer module

    Quote Originally Posted by kcb410 View Post
    Hello everyone,

    I'm still having trouble with this issue occurring which means I can't place an order for the customer because there is no sales tax being calculated. Is there anyone that knows what would be causing this?

    Please!!
    Thank you!
    If you created these customers using the "Add Customers from Admin" add-on, the issue is not caused by this mod, but with out the "Add Customers from Admin" add-on stores customer data (in particular state/province data).. Somewhere there's a post on this forum where I outline exactly what happens..

    In any case your issue is not this mod..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #127

    Default Re: Login as Customer module

    Quote Originally Posted by kcb410 View Post
    Hello Everyone,

    I've installed alac_2.2 and I thought everything was OK except...
    for some reason when I log in to place an order as a customer their State/Province doesn't show up, which means their provincial sales tax isn't calculating correctly on the order.
    Has anyone bumped into this?

    Any help is appreciated.
    Thank you!

    Zen 139h
    PHP Version: 5.2.16
    MySQL 5.0.92
    I'm having the same issue and have been able to track it down to the 'address_book' mysql table. There is no entry in the 'entry_state' field; somewhere there is code that uses these value in the 'entry_zone_id' field to get the value as it works just fine when looking at the address book.

    For instance, I attempt to log in as customer, there is no state showing, I click on the place order button, go to the address book and there is a state.

    I know only enough to mess things up so I'll make no code modifications, maybe someone will take a look and make a suggestion of what to modify.
    I was floating in a peaceful sea...rescued by a sinking ship.

  8. #128
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Login as Customer module

    Quote Originally Posted by lunabug View Post
    I'm having the same issue and have been able to track it down to the 'address_book' mysql table. There is no entry in the 'entry_state' field; somewhere there is code that uses these value in the 'entry_zone_id' field to get the value as it works just fine when looking at the address book.

    For instance, I attempt to log in as customer, there is no state showing, I click on the place order button, go to the address book and there is a state.

    I know only enough to mess things up so I'll make no code modifications, maybe someone will take a look and make a suggestion of what to modify.
    How were the customer accounts created?? If you used the "Add Customers from Admin" module to create the customer account, the problem you are having with the Login as Customer module is with how customer province/state data is added to the database when using the "Add Customers from Admin" module..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #129

    Default Re: Login as Customer module

    The customer account was added by the customer. I do have the Add Customers from Admin add-in installed, and this customer was added after that install so I'll look at those file.

    This still doesn't explain why this add-in (log in as customer) doesn't look up the state via the entry_zone_id like the core zen cart does.
    I was floating in a peaceful sea...rescued by a sinking ship.

  10. #130

    Default Re: Login as Customer module

    Ok, well I found the following code in the core customer.php file, line 267

    Code:
            if ($entry_zone_id > 0) $entry_state = '';
    This tells me that the Login as Customer should be looking up the state based on the entry_zone_id, right?
    I was floating in a peaceful sea...rescued by a sinking ship.

 

 
Page 13 of 25 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. MultiSite Module Support Thread
    By Gerome in forum All Other Contributions/Addons
    Replies: 2239
    Last Post: 21 May 2025, 02:07 PM
  2. v150 Admin New Customer [Support Thread]
    By lhungil in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 4 Nov 2016, 06:20 AM
  3. v150 Minimum Customer Account Information - Support Thread
    By lat9 in forum All Other Contributions/Addons
    Replies: 87
    Last Post: 30 Nov 2015, 04:00 PM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 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