You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
Could someone tell me howto de-select 'PayPal New API' please? I just can't find it.Thanks....Thanks @Hammerhead and @hooi, that did the trick much appreciated!---------------Got it finally. It's at: Store --> List Payment Methods.then De-Activate: PayPal (New API)
<?php if( isset($paypalLogo)) : ?><div class="vmRecent" style="padding: 10px; text-align: center;"> <?php echo $paypalLogo; ?></div><?php endif; ?>
<?php if( isset($paypalLogo)) : ?>
Here is the solution1. Go to your site's file manager 2. Go to Component > com_virtuemart > themes > default > common3. Open shopIndex.tpl.php in edit mode4. Locate the following code:Code: [Select]<?php if( isset($paypalLogo)) : ?><div class="vmRecent" style="padding: 10px; text-align: center;"> <?php echo $paypalLogo; ?></div><?php endif; ?>5. Delete it. Problem solved.