Post by Daniel » Fri May 08, 2009 4:53 am

Whats New
Added AJAX add to cart. (need to be activated from the cart module)
Completed PayPal Payments Pro
Added upload logo
Added template preview image
Added central encription key
Added auto permissions for extension (if you add a install an extension you will automaticlly have permissions acess and modify.)

Fixed
Small bug when entering coupon code
Alert mail

You can download it here:

http://opencart.googlecode.com/files/op ... v1.2.8.zip

You can view the SVN changes here:
http://code.google.com/p/opencart/source/detail?r=86

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by campbellmac » Fri May 08, 2009 5:27 am

Hi Daniel,

You have included your config file details in the upload.

Newbie

Posts

Joined
Wed Mar 11, 2009 11:29 am

Post by Daniel » Fri May 08, 2009 5:39 am

thanks!

I'm just re-uploading now with empty config files.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by JNeuhoff » Fri May 08, 2009 5:56 am

Well done.

Just make sure you use an empty config.php file when doing a fresh install.

I have just tested the current Export/Import module which seems to be working fine with this new release of Opencart.

Still need to test my other contributions with this new release tomorrow.

Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig


User avatar
Guru Member

Posts

Joined
Wed Dec 05, 2007 3:38 am


Post by phpuk » Fri May 08, 2009 6:02 am

Hi Daniel,

The AJAX add to cart does not refresh the cart in the sidebar module.

The cart is only updated when you move to another page.

Phil.

Global Moderator

Posts

Joined
Wed Mar 25, 2009 10:57 am

Post by Daniel » Fri May 08, 2009 6:04 am

what borswer are you using?

I have tested it with IE8, IE6, safari, firefox, opera.

Sometimes it goes slow if your connection is slow.

Do you get the window animation?

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by phpuk » Fri May 08, 2009 6:11 am

Hi,

Yes animation is working fine.

Problem exist in all browsers.

The first time you click add to cart it is not updated but the second time on the same item it is updated and displays 1x Item but because you have clicked it twice when you move to another page it updates with 2x Items.

Great for sales but I don't think the customer would be happy :)

Phil.

Global Moderator

Posts

Joined
Wed Mar 25, 2009 10:57 am

Post by phpuk » Fri May 08, 2009 6:17 am

Steps to replicate AJAX issue:

Open the cart.
Select iPod Classic
Click on Add to Cart

A blank line is inserted but no text and the totals are not updated.

This only happens for the first item added after that it works perfectly.

Global Moderator

Posts

Joined
Wed Mar 25, 2009 10:57 am

Post by Daniel » Fri May 08, 2009 7:01 am

I'll fix it in the next version.

User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by phpuk » Fri May 08, 2009 7:04 am

Ok Thanks.

Global Moderator

Posts

Joined
Wed Mar 25, 2009 10:57 am

Post by leovicio » Fri May 08, 2009 8:37 am

Tamanho da logo " altura " quando maior aparece incorretamenta na pagina

solução
catalog/view/theme/default/template/common/header.tpl
na primera linha

Code: Select all

<div class="div1">
alterar por

Code: Select all

<? $tamanhos = getimagesize($logo); $tamanhos[1] =$tamanhos[1]+30 ?>
<div class="div1" style="height: <? echo $tamanhos[1];?>px;">
pronto agora pode upar a logo do tamanho que quiser ate um banner que vai fica alinhadinho so o campo de busca que fica mas para cima

User avatar
Newbie

Posts

Joined
Sun Apr 12, 2009 11:43 am

Post by Nahuel » Fri May 08, 2009 9:03 am

Thanks for the update :D

New member

Posts

Joined
Fri Mar 13, 2009 9:35 am

Post by halalan » Fri May 08, 2009 10:16 am

A lot of other development sites tend to call the versions in development RC such as v1.2.8 RC (Release Candidate) Not ready for a production site. I think it would be helpful in this developement so those looking for stability to start selling products may prefer the v0. cart for now. At what point do you feel this current opencart will be getting to that stability meaning toward a final version thats stable.

Then the focus can be on adding stable MODULES for things like PAYMENT GATEWAYS and maybe BLOCK placement. Is that the eventual direction??

Don't get me wrong, great product..wich has improved greatly in a short time !! Just curious of the vision on and thought process on getting to a new Stable Release...maybe timeframe.

Helping Each Other With Knowledge....
WHPOA.NET CTOA.NET CEMETERYTN.COM


User avatar
New member

Posts

Joined
Sat Mar 28, 2009 3:13 am
Location - U.S.A.

Post by jnixus » Fri May 08, 2009 3:32 pm

With regards to the Ajax cart this doesnt have to be enabled right?

User avatar
New member

Posts

Joined
Fri Apr 17, 2009 3:26 am
Location - London

Post by alexbox » Fri May 08, 2009 5:02 pm

Hi Daniel, thanks for the update.
Only an information: my suggestions in feature request thread:

Code: Select all

1) Possibility of setting a import of minimum order amount in admin panel (e.g. the checkout procedure in storefront is disabled an appear text message if customer purchase product(s) with import < of minimum order amount)
2) Request a quote (button send mail) if price of product is 0 
3) Visualize image of manufacturer in product detail of storefront (not only link). 
4) Change text button "Continue" in "Confirm Order" at a last passage of checkout procedure of storefront.
5) Add tax if customer only choose a specifical mode of payment (e.g. only if i choose a specify method -eg money/bank transfer- add +5 $ of tax or +2% of tax)
6) Send mail confirm with full order details a customer and a owner of the store in html format  
are in your roadmap for the next versions or is necessary to create separate contribution/modules ?

Newbie

Posts

Joined
Thu Mar 19, 2009 6:23 pm

Post by Qphoria » Fri May 08, 2009 7:28 pm

jnixus wrote:With regards to the Ajax cart this doesnt have to be enabled right?
hmmm....
Daniel wrote:Whats New
Added AJAX add to cart. (need to be activated from the cart module)

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by superbobas » Fri May 08, 2009 7:45 pm

Hi there,
just a small suggestion, it would be very helpful, if You just let the translators know which language files You have changed in new version.
Thanks.

Newbie

Posts

Joined
Mon Apr 20, 2009 8:05 pm

Post by leovicio » Fri May 08, 2009 8:54 pm

Solução para o ajax não atualiza o carrinho

catalog\view\theme\default\template\module\cart.tpl
alterar da linha 35 a 39

Code: Select all

data: $('#product :input')
		});	
		
		
		$('#module_cart .middle').load('index.php?route=module/cart/callback');
para

Code: Select all

	data: $('#product :input'),
			success: function(){
			$('#module_cart .middle').load('index.php?route=module/cart/callback');
			}
		});	
não sei se isso e o correto mas ta funcionando direitinho aqui!

assim ele so vai chama a parte que da o load no callback quando obter uma resposta do ajax

User avatar
Newbie

Posts

Joined
Sun Apr 12, 2009 11:43 am

Post by tommix » Fri May 08, 2009 9:09 pm

1 BIG good feature to add:

ad maintenance mode to shop and make that ONLY the IP who is entered in admin-can access shop in maintenance. now there is no how to disable the shop and to be the only one who can use it.. It will be great feature.

Active Member

Posts

Joined
Mon Apr 20, 2009 5:21 am

Post by jnixus » Fri May 08, 2009 9:28 pm

Qphoria, thanks for the hmm....

My finger was a bit too fast, thanks for the 'hmms up'. :)

User avatar
New member

Posts

Joined
Fri Apr 17, 2009 3:26 am
Location - London
Who is online

Users browsing this forum: Baidu [Spider] and 6 guests