News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

paypal stuck in sandbox

Started by okgrowin, July 11, 2014, 20:35:28 PM

Previous topic - Next topic

okgrowin

VM version: 2.9.8
php version:  5.4.29
joomla version: 3.3.1

as said, no matter what combo of settings i put (even reverting to default settings) doesn't get it off sandbox.
This is standard option. i should only have to put in the email.



note: the sandbox does work correctly and take me all the way to sandbox paypal site.
yes, I have read: http://forum.virtuemart.net/index.php?topic=123729.0

John2400

Hi,

Just maybe reload over the top the saved versions you have. So upload the extension of mv again. Just maybe it will clear your problem.

okgrowin

#2
Quote from: John2400 on July 13, 2014, 06:35:02 AM
Hi,

Just maybe reload over the top the saved versions you have. So upload the extension of mv again. Just maybe it will clear your problem.

i did a fresh install, reloaded over top, drop/created tables (restore system default in the tools menu) doesn't seem to change anything.

1. install vm2.9.8, vm2.9.8 allinone
2. set safe path
2. create shop (vendor), define currency to usd
3. add payment method name paypal, payment method: vm payment - paypal, save
4. add sandbox merchant email hit save

i don't think i'm doing anything wrong right?

what exactly is the decision tree for sandbox /  not?

okgrowin

#3
I found the issue.... The production / sandbox was hidden for some reason...

I toggled the Display:none CSS and changed to production and saved....
No idea why this option has been set to display:none....




ITechnoDev

Some times AdBlock (or similar extensions)  hides some parts of the page.
Extensions for VirtueMart : http://www.itechnodev.com

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

ciccicla

Can someone tell me the file I have to modified to solve this problem?

Thank you !

GJC Web Design

To fix this issue, in the paypal.xml file, remove the class="sandbox" in the field name sandbox
old code
Code: [Select]

<field class="sandbox" name="sandbox" type="radio" default="1" label="VMPAYMENT_PAYPAL_SHOP_MODE"

           
new code

Code: [Select]

<field class="" name="sandbox" type="radio" default="1" label="VMPAYMENT_PAYPAL_SHOP_MODE"

        from alatak
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

ciccicla

MANY many many many thanks :)
someone help me to say thank you

mixxivo

This works very well guys. Thanks for your sharings.

To be more precised, the famous file is found at :

/plugins/vmpayment/paypal/paypal.xml (line 32)

Good!