How to remove ATTRIBUTES_PRICE_DELIMITER_PREFIX bug in product attributes

0
To fix this bug you need to add the following code --------------------------------------------------------------- define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( '); define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )'); define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' ('); define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') '); to -------------------------------------------------------------- includes->languages->english->document_product_info.php includes->languages->english->document_general_info.php...

Zencart add to cart changed by contact us?

0
Actual problem: Zencart add to cart changed by contact us? Solution: Are your products set to “Call for Price”? or are you in showcase mode? Fix this by changing Configuration->My Store->Store Status-&g...

Admin Profiles in zencart v1.3.9

0
Set permision to users in zencartPosted on December 30, 2011 Do you want to set permission to your users in zencart admin/super admin download the module from zencart and follow my steps http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_41&products_id=86 Installing Admin Profiles v1.1.1These notes can look daunting, but follow them step by step and they’re really not too bad  Free support for Admin Profiles is available on the Admin Profiles Support thread at the Zen Cart forum from other users...

zencart Ez pages settings?

0
EZ-Pages Display Status - HeaderBar Display of EZ-Pages content can be globally enabled/disabled for the header bar. Note: Warning only shows to the Admin and not to the public. Options are: 0 = Off 1 = On 2 = On ADMIN IP ONLY located in website maintenance Default: 1 EZ-Pages Display Status - FooterBar Display of EZ-Pages content can be globally enabled/disabled for the footer bar. Note: Warning only shows to the Admin and not to the public. Options are: 0 = Off 1 = On 2 = On ADMIN IP ONLY located in Website Maintenance Default: 1...

How to Hide/Remove “::” from EZpages Footer in Zen Cart?

0
Go to the admin panel and do the followings Select Admin->configuration->EZ-PAGES SETTINGS where you get the option to edit (EZ-Pages Footer Link Separator). Remove the ”  :: ” from the right h...

How to integrate Zen Cart with 2Checkout

0
Zen Cart Settings: 1. Download the 2Checkout payment module at: www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=180 2. Follow the instructions included in the extension and upload to your ZenCart directory 3. Run the database_update.sql file on your ZenCart database 4. Sign in to your ZenCart admin 5. Click Modules 6. Click Payment 7. Click Install on 2Checkout 8. Enter Secret Word (set on 2Checkout site management page) 9. Enter 2Checkout account number 10. Click Save Changes 2Checkout Settings: 1....

How to Remove add selected products to cart button from product listing page

0
includes->templates->your_template_name->templates->tpl_modules_product_listing.php command the following lines19-20 && 58-5...