Jump to content

propelfolio

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    Florida
  • Activity
    Web development agency

propelfolio's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Hi I'm using Blue Host vps servers for my clients stores. However the tech support is very limited and basically you have to do everything yourself. For example I wanted to install memcached on the server and they did not help at all. Can any body recommend a good hosting provider in USA specializing in prestashop with a great tech support behind? Thanks a lot
  2. We are looking for an expert in Prestashop to join our team. The selected person will be paid by projects basis or by a predetermine monthly fee. We are looking for a "nija" in prestashop capable to troubleshoot any prestashop issue, capable to import and export products, modify modules and themes and any thing to keep several prestahop sites running properly. Please send credentials and or resume together with areas of expertise. Samples of work is a plus. If you do not have any of the above skills please do not respond. We are looking only for an expert in all aspects of prestahop Thanks to all Luis /
  3. no the state does not get transfer, and yes they have state listed on their address. The interesting part is that an existing client is login already and use the express checkout it works. For a new and non-register client does not work?????
  4. I think it was already installed, here are the code I have: $address = new Address(); $address->id_country = Country::getByIso($ppec->result['COUNTRYCODE']); $address->alias = 'Paypal_Address'; $address->lastname = $customer->lastname; $address->firstname = $customer->firstname; $address->address1 = $ppec->result['PAYMENTREQUEST_0_SHIPTOSTREET']; if (isset($ppec->result['PAYMENTREQUEST_0_SHIPTOSTREET2'])) $address->address2 = $ppec->result['PAYMENTREQUEST_0_SHIPTOSTREET2']; $address->city = $ppec->result['PAYMENTREQUEST_0_SHIPTOCITY']; $address->id_state = (int)State::getIdByIso($ppec->result['SHIPTOSTATE'], $address->id_country); $address->postcode = $ppec->result['SHIPTOZIP']; $address->id_customer = $customer->id; return $address; }
  5. I have the same problem in USA where the state iso is already in. If an existing customer login first and them use the paypal express check out it works, but for a new client I get : 1. PayPal response: 2. TIMESTAMP -> 2013-07-16T07:44:37Z 3. L_ERRORCODE0 -> 10729 4. L_SHORTMESSAGE0 -> Shipping Address State Empty 5. L_LONGMESSAGE0 -> The field Shipping Address State is required 6. L_SEVERITYCODE0 -> Error
  6. Today is Feb 2013 and I have the same problem with the shipping estimator It only works for the default country. This is a serious problem that makes Prestashop useless. I have 2 sites pending to be launch for this issue....any ideas?
  7. I have a request to modify a live prestashop store that might take me a couple of days. Is there a way to work "off-line" with out interfering with the live store and update the site when finished? Thanks
×
×
  • Create New...