Community Forums

[RELEASED]Add To Cart Confirm Ajax Popup

Support for Modules & Sideboxes

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby billeweb » Tue Dec 27, 2011 12:23 pm

great!

When this update be available?

thank you
billeweb
 
Posts: 6
Joined: Sat Dec 17, 2011 5:15 am

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Sat Dec 31, 2011 4:02 pm

billeweb wrote:great!

When this update be available?

thank you

We are currently in the process of changing hosts & as soon as that is done, I will be continuing my work to create a vqmod version of my new cart confirm ;)
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby billeweb » Thu Jan 05, 2012 6:30 pm

Hi,

I managed to change the plugin to work with my template.

see: http://www.ednamoda.com.br/megavaidosa/ ... ommon/home

But the problem is that it is not working on the preview page of the product, only the home page, see:

http://www.ednamoda.com.br/megavaidosa/ ... duct_id=36

Where should I change to make it work with my theme?

thank you,

Bille
billeweb
 
Posts: 6
Joined: Sat Dec 17, 2011 5:15 am

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Wed Jan 11, 2012 8:30 pm

billeweb wrote:Where should I change to make it work with my theme?

Hi Billie,
The main files I have made changes are in the common.js & the stylesheet2.css which replaces the stylesheet.css but I see that you have broke this down & added it ;)
It looks as though the code you need to change is in the product.tpl page.
Open that for editing & scroll down to the bottom parts (js) & you should see this part or something like it...
Code: Select all
if (json['success']) {
            $('#notification').html('<div class="attention" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>');
               
            $('.attention').fadeIn('slow');
               
            $('#cart_total').html(json['total']);

you need to change this to the same as whats in the catalog/view/theme/default/template/product.tpl file contained in this mod download & I think you will find that solves it ;)
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby billeweb » Thu Jan 12, 2012 2:29 am

Perfect!

That's exactly what I needed.

Thank you for your help!
billeweb
 
Posts: 6
Joined: Sat Dec 17, 2011 5:15 am

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby mgrohan » Thu Jan 19, 2012 6:15 am

Hi,
Has t he new version with the 3 buttons been released yet (for the default theme). Am eagerly awaiting it! thanks.
mgrohan
 
Posts: 7
Joined: Sat Jul 17, 2010 1:09 am

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Thu Jan 19, 2012 8:51 am

@mgrohan
I started work getting all parts of coding together last night & hope to have it all packed up & testing it using vqmod tonight before releasing it ;-)
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Thu Jan 19, 2012 9:44 pm

BREAKING NEWS

Add To Cart Confirm Ajax Popup - V2 has now been released :-D but....
only for default OC theme :(
I will be adding instruction this weekend on how to install it on other themes ;-)

Download: http://www.opencart.com/index.php?route ... on_id=4704

Support for my new mod is: viewtopic.php?f=165&t=51196
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby loukiad » Wed Feb 22, 2012 11:48 am

Hello,
I just downloaded your great extension!

I changed it in order to use it with my customed theme and it's looking great!
The only problem I have is that I'm using greek language and the wording of the pop up windows don't make any sense...
Where should I go to change the wording?
It uses some fields from my catalog probably but in your files which changes should I do??

thanks a lot!
loukiad
loukiad
 
Posts: 52
Joined: Fri Oct 28, 2011 3:45 pm

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Sat Feb 25, 2012 4:00 pm

loukiad wrote:Hello,
I just downloaded your great extension!

I changed it in order to use it with my customed theme and it's looking great!
The only problem I have is that I'm using greek language and the wording of the pop up windows don't make any sense...
Where should I go to change the wording?
It uses some fields from my catalog probably but in your files which changes should I do??

thanks a lot!
loukiad

Hope my PM explained how to do this ;)
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby loukiad » Wed Feb 29, 2012 1:25 pm

Yes!You are very helpful!!

thanks once again! ;D
loukiad
 
Posts: 52
Joined: Fri Oct 28, 2011 3:45 pm

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Wed Feb 29, 2012 9:21 pm

UPDATED to V2.1
Fixed minor 'action' bug that was showing in error log.
Done away with 'continue shopping' button & added a fancybox X in the top right corner to close popup.
Added a scroll box in the popup, so your customers can scroll through the products etc while the 'view cart' & 'checkout' buttons are visable all the time the popup is open.
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby seatrend » Fri Mar 09, 2012 10:59 am

Hello harryo,

So what about custom theme support version? :)

Is will be released in the next couple of weeks/months?

Just asking.
seatrend
 
Posts: 3
Joined: Tue Dec 20, 2011 4:42 pm

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby robster » Thu Mar 29, 2012 10:39 pm

Yes, +1 for that!
I know my place...!
robster
 
Posts: 373
Joined: Tue Jul 13, 2010 12:08 pm

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby lee420 » Wed Apr 11, 2012 7:47 pm

Hi,
I have bought your add to cart mod but I am using opencart version v1.5.2.1.
I cant seem to get it working. I am in the process of moving my website. I have installed it using the default and slightly modified theme but no luck. I would really like it to work with the modified theme.
http://www.boilersparescenter.co.uk
can u please help as I need to add all the relevant mods from my previous website to my new website and make it live.
Thanks Lee
Last edited by lee420 on Mon Apr 16, 2012 10:38 pm, edited 1 time in total.
lee420
 
Posts: 6
Joined: Mon Apr 09, 2012 11:35 pm

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby moneycarlo » Fri Apr 13, 2012 2:32 am

any updates to 1.5.2.2?
moneycarlo
 
Posts: 147
Joined: Tue Sep 27, 2011 7:40 pm

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Wed May 09, 2012 1:20 pm

Sorry but no update on 1.5.2 as Ive been away for a while & not had the time yet.
Hopefully will get round to it very soon ;)
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby burley » Thu Jun 21, 2012 6:37 pm

Installed it on 1.5.3.1 (since I have no need for the extend version) and it works.

However, it doesn't auto close after a while, anybody know how or what to do to solve this?
burley
 
Posts: 343
Joined: Sun Oct 09, 2011 7:30 am

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby elnaz848 » Sat Jul 07, 2012 2:44 am

Hello
The module does not work on my website :(
http://edesignprint.com
elnaz848
 
Posts: 4
Joined: Sat Jul 07, 2012 2:42 am

Re: [RELEASED]Add To Cart Confirm Ajax Popup

Postby harryo40 » Tue Jul 10, 2012 8:04 pm

elnaz848 wrote:Hello
The module does not work on my website :(
http://edesignprint.com

What version of OC are you using???
Add To Cart Confirm Ajax Popup for OC 1.5.1.3 --> 1.5.5.1 - Add to Cart Confirmation Popup
Image Map Banner Module - Image Map Banner Module
----------------------------------------------------------------------
Womens Famous Name Fashion Clothing at bargain prices - Next2nowt.com
harryo40
 
Posts: 204
Joined: Tue Oct 20, 2009 7:37 pm
Location: Blackburn, Lancashire

PreviousNext

Return to Modules

Who is online

Users browsing this forum: No registered users and 7 guests

Hosted by Arvixe Web Hosting