Yes, to replace the default popup method. There are rumours that zen-colorbox can handle this, but I have yet to see it working. At this stage I am only canvassing alternative methods.
Let's be VERY clear here.. The current Zen Colorbox module DOES NOT include code for HTML popups because no one has written it yet.. Daniel STARTED writing this code, but as I explained to you it is beta, untested, and UNFINISHED code.. (it's also available for ANYONE who wants to finish it) This is not the same as not possible.. it's just not done.. and YES Zen Colorbox COULD handle this (if the code was written for it) because it's underlying libray (colorbox) can display images AND CONTENT within a lightbox..
Zen Magnific ALSO uses colorbox as it's underlying library.. So if someone has written code to convert all the default Zen Cart popups to display in a lightbox for Zen Magnific, then yes you could use Zen Magnific to display the Zen Cart popups inside a lightbox. and if someone DOES have this code, I'm guessing that the same code would probably work with Zen Colorbox too since BOTH modules use the SAME underlying colorbox library..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
v2.0 has been done for quite some time now but will not be released as v2.0, sorry
All demos can be seen via the link in post #50
However v1.7 will be uploaded today!
New Features
* Fully Compatible with IH4
* New Magnific Image Lightbox Zoom In/Out Feature
* Comes with latest version jQuery
* Option to use packaged jQuery, jQuery CDN or none (for those already using jQuery) or upgraded to Zen Cart 1.5.4
* Option to use on New, Specials, Featured, All, Advanced Search Result and Product Listing Pages
* Option to use on New, Specials & Featured Side-boxes
* Option to use on New, Specials & Featured Center-boxes
New Admin Configs
* Use Magnific Lightbox for New Products Side-box
* Use Magnific Lightbox for Specials Products Side-box
* Use Magnific Lightbox for Featured Products Side-box
* Use Magnific Lightbox for New Products Center-box
* Use Magnific Lightbox for Specials Products Center-box
* Use Magnific Lightbox for Featured Products Center-box
* Use Magnific Lightbox on Product Listing Pages
* Use Magnific Lightbox on Advanced Search Result Pages
* Use Magnific Lightbox on New Products Pages
* Use Magnific Lightbox on Specials Products Pages
* Use Magnific Lightbox on Featured Products Pages
* Use Magnific Lightbox on All Products Pages
* jQuery Options
* Lightbox Zoom In/Out Setting
Thank you,
Zen Magnific Lightbox for Popup Windows will be uploaded today as a separate mod.
New Features
* Comes with latest version jQuery
* Option to use packaged jQuery, jQuery CDN or none (for those already using jQuery) or upgraded to Zen Cart 1.5.4
* Option to use on all ZC stock popup windows
* Optional per Popup iFrame Dimensional Settings
New Admin Configs
* Use Magnific Lightbox for Shopping Cart [help (?)] Popup
* Set Magnific Lightbox iFrame Dimensions for Shopping Cart [help (?)] Popup
* Use Magnific Lightbox for Checkout Shipping Estimator Popup
* Set Magnific Lightbox iFrame Dimensions for Checkout Shipping Estimator Popup
* Use Magnific Lightbox for Checkout Coupon Help Popup
* Set Magnific Lightbox iFrame Dimensions for Checkout Coupon Help Popup
* Use Magnific Lightbox for Checkout Credit Card CVV Help Popup
* Set Magnific Lightbox iFrame Dimensions for Checkout Credit Card CVV Popup
* Use Magnific Lightbox for Log-In Page [More Info] Popup
* Set Magnific Lightbox iFrame Dimensions for Log-In Page [More Info] Popup
* Use Magnific Lightbox for Product Info Attributes Qty Price Popup
* Set Magnific Lightbox iFrame Dimensions for Product Info Attributes Qty Price Popup
* Use Magnific Lightbox for Advanced Search Search Help [?] Popup
* Set Magnific Lightbox iFrame Dimensions for Advanced Search Search Help [?] Popup
* jQuery Options
* Lightbox Zoom In/Out Setting
Nicely put!![]()
KUDOS to you for making this a SEPERATE module.. This way shopowners can install lightboxes when/where they want to. Plus I have a gut feeling that this module will give current Zen Colorbox users the ability to add this feature too..
Thanks!![]()
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Very much looking forward to it. Thank you!
I'm using Stock By Attributes with the jquery to change image 'SBA_ProductImage' on selection change. This changes the product image according to the attribute selected.
Zen Magnific popup displays the main product image and additional images, not the attribute images.
Is there a method where by the attribute images can be displayed in the popup?
When I try to run the second SQL query in the install files:
INSERT INTO `admin_pages` (`page_key` ,`language_key` ,`main_page` ,`page_params` ,`menu_key` ,`display_on_menu` ,`sort_order`)VALUES
('configZenMagnific', 'BOX_CONFIGURATION_ZEN_MAGNIFIC', 'FILENAME_CONFIGURATION', CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi);
I get this error message in PHPmyAdmin:
#1146 - Table 'italbags_1540915.admin_pages' doesn't exist
When I look at the database through PHPmyAdmin, the table does exist there.
If I run the same from the ZC 'Install SQL patches', I get this:
WARNING: An Error occurred, please refresh the page and try again.
Should I be trying to install this to 1.54? The first bunch of queries runs OK.
Last edited by godt; 14 Sep 2015 at 04:37 AM.
I can see what the problem is - the database.
Last edited by godt; 14 Sep 2015 at 04:45 AM.