Page 1 of 4

OpenCart v1.2.8

Posted: Fri May 08, 2009 4:53 am
by Daniel
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

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 5:27 am
by campbellmac
Hi Daniel,

You have included your config file details in the upload.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 5:39 am
by Daniel
thanks!

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

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 5:56 am
by JNeuhoff
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 6:02 am
by phpuk
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 6:04 am
by Daniel
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?

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 6:11 am
by phpuk
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 6:17 am
by phpuk
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 7:01 am
by Daniel
I'll fix it in the next version.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 7:04 am
by phpuk
Ok Thanks.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 8:37 am
by leovicio
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

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 9:03 am
by Nahuel
Thanks for the update :D

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 10:16 am
by halalan
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 3:32 pm
by jnixus
With regards to the Ajax cart this doesnt have to be enabled right?

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 5:02 pm
by alexbox
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 ?

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 7:28 pm
by Qphoria
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)

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 7:45 pm
by superbobas
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 8:54 pm
by leovicio
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

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 9:09 pm
by tommix
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.

Re: OpenCart v1.2.8

Posted: Fri May 08, 2009 9:28 pm
by jnixus
Qphoria, thanks for the hmm....

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