Jump to content

dooofox

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

dooofox's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you so much. I have come up with a non-technical method: Step 1: go to Preferences > Store Contacts and setup the country as United States. Step 2: Install the PayPal USA version and then it would be possible to use email address even it still needs the API info. Step 3: Turn back to step 1 and reset the correct country where the store is truely located. Thank you again.
  2. I just established a new website for testing with setting it as USA, and installed the USA version PayPal module, it's working quite well as expected. But my 2 european sites including Netherlands site and Italy site don't allow me to install the USA version module, do you know any tricks if I want to install USA version module on my european sites?
  3. PayPal just replied me that I need to create my own PayPal module instead the default PayPal module. And they sent me the code and a useful link, https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/, as follows: <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="your email address"> <input type="hidden" name="item_name" value="shoes"> <input type="hidden" name="item_number" value="001"> <input type="hidden" name="amount" value="10"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="shipping" value="5"> <tr><td> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </td></tr> </form> I wonder if you are able to create such a basic module that enables me to fill in the PayPal email address directly instead PayPal API. By doing this, my customers can see the specific website's domain email address as PayPal account. Thank you.
  4. Hi, I had contacted PayPal before, of course they support the way I want to go with, but they have no idea about how to deal with the Prestashop module as this is kind of technical. On the other hand, my another shopping cart (called Interspire shopping cart) allows users to fill in the PayPal email account directly, thus, it's not about PayPal. It's about technical thing. Thanks for your reply.
  5. Hello all, Anybody knows how to fill with the PayPal info by using the PayPal email address on the PayPal module, instead PayPal API? Before you understand what I am talking about, there is some basic info about PayPal that you need to know: A PayPal account allows users to have 8 email addresses at the same time, of which one of them is the primary email address. For example: Primary Email: [email protected] Non-primary Email 1: [email protected] Non-primary Email 2: [email protected] ... ... Non-primary Email 8: [email protected] Currently, on the PayPal module, it requires me to provide the PayPal API credentials(API username/API password/API signature) to Prestashop, I follow this and it works well, but there is a problem: when users place an order and it redirects to the PayPal website, it shows up the PayPal 's Primary email address,[email protected], however, I don't want it to show up my primary email address, what I need is it shows up my corresponding website's domain email, for example, my ecommerce site is , mysite1.com and I want my customers to see this email address [email protected] at checkout. I am new to use Prestashop while I am using another shopping cart called ISC, which allows me to fill with the PayPal email address I want to show to my customers. Is it possible for Prestashop to have the same feature? Thank you so much.
  6. i paste the code on the [public_html/themes/YourThemeName/footer.tpl] file, and it works, that statcounter.com shows up " Code Detected|
  7. there is only one paid module ( SEO (Search Engine Optimization) (Addons)) under SEO tab, and I got it from this link:https://github.com/PrestaShop/PrestaShop-modules/tree/master/gsitemap finally. Thanks to the module name you offer, i searched it and got it. Thank you so much.
  8. Hi, can you tell me the module name so I can search? I tried the terms "google sitemap" or "sitemap" but without results. Please show me where I can find this module. Thank you in advance.
  9. Hi, thank you for your reply. But it still does not work. After I set the language as English on My Preferences, I can disable English on the "languages" setting but cannot delete it as it shows up "You cannot delete the language currently in use. Please select a different language.". Also, I tested adding a product, it still requires me to fill with all the English version information , so does adding a CMS page. However, I don't need English at all when adding categories, products or other pages - I just need German when adding something, as I don't need English at front office. Is it clear what I need? Thanks again.
  10. Hi guys, There is a problem that confuses me. - I need my front office in German, while back office in English only, (I know English only, but my customers are German). If I disable English, then the back office will show up German automatically. This makes me have to enable English so I can operate the back office. Can anybody show me how to do it in details? Thank you so much.
  11. Hi, I have the same problem as you did. - I need my front office in German, while back office in English, as I can operate it in the English language only. Can you please let me know how to do it in details? Cannot find out where to add this {if $language.iso_code != "en"} you mentioned. Thank you in advanced.
×
×
  • Create New...