Community Forums

OpenCart v1.2.8

News, updates and important issues relating to OpenCart.

OpenCart v1.2.8

Postby Daniel » Thu May 07, 2009 8:53 pm

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
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.8

Postby campbellmac » Thu May 07, 2009 9:27 pm

Hi Daniel,

You have included your config file details in the upload.
campbellmac
 
Posts: 7
Joined: Wed Mar 11, 2009 3:29 am

Re: OpenCart v1.2.8

Postby Daniel » Thu May 07, 2009 9:39 pm

thanks!

I'm just re-uploading now with empty config files.
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.8

Postby JNeuhoff » Thu May 07, 2009 9:56 pm

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.
J.Neuhoff - MHC Web Design

OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
User avatar
JNeuhoff
 
Posts: 2131
Joined: Tue Dec 04, 2007 7:38 pm

Re: OpenCart v1.2.8

Postby phpuk » Thu May 07, 2009 10:02 pm

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.
phpuk
Global Moderator
 
Posts: 457
Joined: Wed Mar 25, 2009 2:57 am

Re: OpenCart v1.2.8

Postby Daniel » Thu May 07, 2009 10:04 pm

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
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.8

Postby phpuk » Thu May 07, 2009 10:11 pm

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.
phpuk
Global Moderator
 
Posts: 457
Joined: Wed Mar 25, 2009 2:57 am

Re: OpenCart v1.2.8

Postby phpuk » Thu May 07, 2009 10:17 pm

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.
phpuk
Global Moderator
 
Posts: 457
Joined: Wed Mar 25, 2009 2:57 am

Re: OpenCart v1.2.8

Postby Daniel » Thu May 07, 2009 11:01 pm

I'll fix it in the next version.
User avatar
Daniel
Administrator
 
Posts: 5185
Joined: Fri Nov 03, 2006 10:57 am

Re: OpenCart v1.2.8

Postby phpuk » Thu May 07, 2009 11:04 pm

Ok Thanks.
phpuk
Global Moderator
 
Posts: 457
Joined: Wed Mar 25, 2009 2:57 am

Re: OpenCart v1.2.8

Postby leovicio » Fri May 08, 2009 12: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
leovicio
 
Posts: 18
Joined: Sun Apr 12, 2009 3:43 am

Re: OpenCart v1.2.8

Postby Nahuel » Fri May 08, 2009 1:03 am

Thanks for the update :D
Nahuel
 
Posts: 43
Joined: Fri Mar 13, 2009 1:35 am

Re: OpenCart v1.2.8

Postby halalan » Fri May 08, 2009 2: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
halalan
 
Posts: 75
Joined: Fri Mar 27, 2009 7:13 pm
Location: U.S.A.

Re: OpenCart v1.2.8

Postby jnixus » Fri May 08, 2009 7:32 am

With regards to the Ajax cart this doesnt have to be enabled right?
User avatar
jnixus
 
Posts: 69
Joined: Thu Apr 16, 2009 7:26 pm
Location: London

Re: OpenCart v1.2.8

Postby alexbox » Fri May 08, 2009 9:02 am

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 ?
alexbox
 
Posts: 18
Joined: Thu Mar 19, 2009 10:23 am

Re: OpenCart v1.2.8

Postby Qphoria » Fri May 08, 2009 11:28 am

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 Image
Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
User avatar
Qphoria
Administrator
 
Posts: 18237
Joined: Mon Jul 21, 2008 7:02 pm
Donate to Qphoria

Re: OpenCart v1.2.8

Postby superbobas » Fri May 08, 2009 11:45 am

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.
superbobas
 
Posts: 3
Joined: Mon Apr 20, 2009 12:05 pm

Re: OpenCart v1.2.8

Postby leovicio » Fri May 08, 2009 12: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
leovicio
 
Posts: 18
Joined: Sun Apr 12, 2009 3:43 am

Re: OpenCart v1.2.8

Postby tommix » Fri May 08, 2009 1: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.
tommix
 
Posts: 117
Joined: Sun Apr 19, 2009 9:21 pm

Re: OpenCart v1.2.8

Postby jnixus » Fri May 08, 2009 1:28 pm

Qphoria, thanks for the hmm....

My finger was a bit too fast, thanks for the 'hmms up'. :)
User avatar
jnixus
 
Posts: 69
Joined: Thu Apr 16, 2009 7:26 pm
Location: London

Next

Return to News & Announcements

Who is online

Users browsing this forum: Calcite, Exabot [Bot], screenager8, settysantu and 18 guests

Hosted by Arvixe Web Hosting