Hy,
when I press the add to cart after upload a pic, there comes the ajax popup.
normaly i can disable it here:
Components->VirtueMart->Admin-> Configuration->Site
--> Customer Checkout in a popup (GreyBox)?
No
Use Ajax to add, update or delete products from the cart?
No
Now, in /components/com_virtuemart/themes/default/theme.config.php it looks correct:
| Code: |
<?php
if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
?>
productListStyle=browse/includes/browse_notables.tpl.php
showFeedIcon=1
showAddtocartButtonOnProductList=1
showVendorLink=0
showManufacturerLink=0
showAvailability=0
showPathway=0
product_navigation=0
useLightBoxImages=1
[b]useGreyBoxOnCheckout=0
useAjaxCartActions=0[/b]
showFeatured=0
showlatest=0
showRecent=5
|
But on my page, nothing changes?!
Is it possible that the virtueupload plugin make trouble?
I do not have a virtuemart theme installed, just default.
Please help me if you know a way, i searched for hours now and loose more and more of my hairs..
