PrestaShop Paypal module - Agile Paypal Express Checkout

In this forum you can post anything related to PrestaShop Modules/Addons from Agile Addons-Modules.Com.

If you need support for any module/addon from Agile Addons-Module.Com, please post it here. We will respond as soon as possible. Usually within one business day.

Please indicate the PrestaShop version, product name. product version, and if possible your order # to get a prompt response.

Moderator: jeffayao_1666

PrestaShop Paypal module - Agile Paypal Express Checkout

Postby jessicapeter_1337 » Sun Mar 04, 2012 12:55 pm

Hello
I wish to add a wholesale group with percentage discount (10%). Will it be supported by Agile paypal?
jessicapeter_1337
 
Posts: 0
Joined: Sun Mar 04, 2012 12:55 pm

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby shokinro » Sun Mar 04, 2012 1:01 pm

Thanks for your inquiry on Agile PrestaShop Express Checkout module - the best fast checkout solution for PrestaShop Paypal payment.

I wish to add a wholesale group with percentage discount (10%). Will it be supported by Agile paypal?

You can implement this by PrestaShop original feature customer groups. You can set a customer group for example, Wholesales with 10% dicount. then set those customer to the Wholesale group that you want give them a wholesale price.

Agile PrestaShop PayPal Express Checkout is a payment module, it will perform payment function for what ever the price it is. It is controlled by PrestaShop, not by Agile PrestaShop Paypal.

But usually, in order to get discount, user has to log in to your PrestaShop first.

Hope this clarify your questions.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

PrestaShop Paypal module - Agile Paypal Express Checkout

Postby jessicapeter_1337 » Sun Mar 04, 2012 1:04 pm

got it.
thanks for your fast and quick response. You are the best.
jessicapeter_1337
 
Posts: 0
Joined: Sun Mar 04, 2012 12:55 pm

PrestaShop Paypal module - Agile Paypal Express Checkout

Postby wynerjw_1338 » Sun Mar 04, 2012 2:03 pm

I am interested in some of your products: AGILE PAYPAL EXPRESS CHECKOUT V1.4.2 FOR PRESTASHOP 1.3XX/1.4X. Is there any chance to check some demo on my prestashop webstore to see how it works?
wynerjw_1338
 
Posts: 0
Joined: Sun Mar 04, 2012 2:03 pm

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby shokinro » Sun Mar 04, 2012 2:05 pm

Thanks for inquiry on Agile PrestaShop Paypal express Checkout module - a best express checkout module that allows your customer to finish payment in a few click.

I am interested in some of your products: AGILE PAYPAL EXPRESS CHECKOUT V1.4.2 FOR PRESTASHOP 1.3XX/1.4X. Is there any chance to check some demo on my prestashop webstore to see how it works?


the demo site information will be send to you shortly.
let us know if you have further questions.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby payment_1346 » Fri Mar 09, 2012 4:46 am

is there a way to parse hyperlinks in the following description?

No customer registration is required, finish your order fast and quick.

Pay by Master, Visa, American Express, Debit card at PayPal without registration.

Choosing Express Checkout, you agree that we ship your order to the address you input at PayPal. Please select you location and carrier and click Continue to proceed.

I would like link the word "registration" to the registration page.
Please let me know.
payment_1346
 
Posts: 32
Joined: Fri Mar 09, 2012 4:39 am

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby shokinro » Fri Mar 09, 2012 5:15 am

Thanks for inquiry on Agile PrestaShop Paypal Express Checkout module - a best choice to make your customer checkout easier.

It is a little difficult, but it is possible. You have break the one sentence into multiple phrases.
But this will make the translation difficult. If you do not use other translation, then it should be OK.

Before changes
Code: Select all
{l s='No customer registation is required, finish your order fast and quick.' mod='agilepaypal'}



After change
Code: Select all
{l s='No customer ' mod='agilepaypal'}
<a href="{$base_dir}authentication.php">
{l s='registration ' mod='agilepaypal'}
</a>
{l s='is required, finish your order fast and quick.' mod='agilepaypal'}


Change file: YourStoreRoot/modules/agilepaypal/hookexpresscheckout.tpl
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby payment_1346 » Fri Mar 16, 2012 6:26 am

Hi Kinro,
Thank you very much for your kindness to answer my questions.
I have a couple more queations about your module.

1. I was trying to edit your tpl file as you instructed me but i couldn't save the changes. looks like your module is locked for changes. Am i right?

2. others probably have asked you already but is you module using the default currency only? for example, if your default currency is usd, you can only check out in usd. whether you convert the currencies to euro or pound on your shop, your module will only allow us to pay in usd at the end of redirecting to paypal. is this correct?

3. if number 2 is true, are you thinking about making your module able to check out in all currencies in the soon future? coz i dont think i even need conversions on my site if i will end up with the default currency no matter what.
Last edited by payment_1346 on Fri Mar 16, 2012 6:37 am, edited 1 time in total.
payment_1346
 
Posts: 32
Joined: Fri Mar 09, 2012 4:39 am

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby payment_1346 » Fri Mar 16, 2012 6:26 am

Hi Kinro,
Thank you very much for your kindness to answer my questions.
I have a couple more queations about your module.

1. I was trying to edit your tpl file as you instructed me but i couldn't save the changes. looks like your module is locked for changes. Am i right?

2. others probably have asked you already but is you module using the default currency only? for example, if your default currency is usd, you can only check out in usd. whether you convert the currencies to euro or pound on your shop, your module will only allow us to pay in usd at the end of redirecting to paypal. is this correct?

3. if number 2 is true, are you thinking about making your module able to check out in all currencies in the soon future? coz i dont think i even need conversions on my site if i will end up with the default currency no matter what.
payment_1346
 
Posts: 32
Joined: Fri Mar 09, 2012 4:39 am

Re: PrestaShop Paypal module - Agile Paypal Express Checkout

Postby shokinro » Fri Mar 16, 2012 11:32 pm

1. I was trying to edit your tpl file as you instructed me but i couldn't save the changes. looks like your module is locked for changes. Am i right?

You can make any changed on the theme file (tpl). It is not locked.
Do you mean are not able to save the changes? Make sure it is not read only and you have the permission.

DO you mean you have saved the changes, but it does not refect in the page?
Please make sure you have disabled smarty cache and set "force compile" to true.
See here for more details
http://addons-modules.com/en/content/19 ... ce-compile

2. others probably have asked you already but is you module using the default currency only? for example, if your default currency is usd, you can only check out in usd. whether you convert the currencies to euro or pound on your shop, your module will only allow us to pay in usd at the end of redirecting to paypal. is this correct?

Usually, there is a limit of currencies at your Pyapal account. You are not able to accept any currencies. That's why the module let you choose a currency restrictions. But customer is able to pay by any currencies as long as Paypal support.

3. if number 2 is true, are you thinking about making your module able to check out in all currencies in the soon future? coz i dont think i even need conversions on my site if i will end up with the default currency no matter what.


I don't think your Paypal account will be able to accept all currencies. So I don't think it is relevant.

If you still have questions, please let me know.
Follow us at Twitter Like us on Facebook Watch our Tutorial Videos on YouTube
shokinro
Site Admin
 
Posts: 3091
Joined: Sat Jun 25, 2011 3:08 pm

PreviousNext

Return to Support forum - Agile PrestaShop Modules/Addons

Who is online

Users browsing this forum: No registered users and 3 guests