MJPMalc 0 Posted December 16, 2020 Share Posted December 16, 2020 Hello all, I have seen on another shop site a popup that "Pop's Up" which looks like PayPal reminder that says "Before you go" would you like to email to yourself the cart contents or to someone else"! so you can return later and purchase the items in the cart. Is this something in CubeCart that can be added or PayPal coding that can be added. Thanks, Malcolm Quote Link to post Share on other sites
havenswift-hosting 203 Posted December 17, 2020 Share Posted December 17, 2020 CubeCart has an exit modal window which is configurable - your skin will need to support it and you will need to be running a recent version of CubeCart Quote Link to post Share on other sites
MJPMalc 0 Posted December 17, 2020 Author Share Posted December 17, 2020 Where and how is this done? Default skin Foundation i am using. Thanks. Quote Link to post Share on other sites
havenswift-hosting 203 Posted December 17, 2020 Share Posted December 17, 2020 Simply enable it in the Store Settings. Language is configurable in the normal way through the language options Quote Link to post Share on other sites
MJPMalc 0 Posted December 18, 2020 Author Share Posted December 18, 2020 Can not find that function in settings !! Quote Link to post Share on other sites
havenswift-hosting 203 Posted December 18, 2020 Share Posted December 18, 2020 If you dont see it on the Features tab then you are either running an old version of CubeCart or if you think you are running the latest version, then have a failed / partial upgrade and are running a mixed version of files in your installation Quote Link to post Share on other sites
MJPMalc 0 Posted December 18, 2020 Author Share Posted December 18, 2020 OK, it was a clean install ! what folders/files do i need to upload to correct the problem ? Quote Link to post Share on other sites
bsmither 1,463 Posted December 18, 2020 Share Posted December 18, 2020 (edited) The "Exit Modal Window" feature will toss up a window asking the departing visitor if they would like to sign up to the store's newsletters. The HTML code is found in Foundation's template "modal.exit.php" and is superficially coded to reference subscribing to the newsletters. (Subscribing and unsubscribing can be accomplished with a querystring.) Experienced HTML coders can modify the contents to display anything and to send back form elements needed to do a task. Experienced PHP coders can add code to watch for the triggering GET variables and implement the task. The "Exit Modal Window" configuration is simply enabling the feature (unless I really missed something). The Enable checkbox is on Store Settings, Features tab, Mailing List section, "Enable exit modal newsletter signup". CubeCart will already database a logged-in customer's (as opposed to a visitor's) shopping basket's contents for later continued shopping. CubeCart will also keep a visitor's shopping basket "in session" as long as the cookie exists and PHP hasn't deleted the matching session file during a garbage collection job. You might be interested in AddShoppers: https://www.cubecart.com/extensions/plugins/addshoppers https://www.addshoppers.com/blog/cubecart-free-social-plugin I get the gist of what it is supposed to do, but everything I've been able to read is boilerplate social media marketing-speak. Edited December 18, 2020 by bsmither Quote Link to post Share on other sites
MJPMalc 0 Posted December 19, 2020 Author Share Posted December 19, 2020 Thank You bsmither, i do get the popup exit signup to newsletter, i will take a look and see what i can do. Thanks, Malcolm Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.