OpenCart v1.2.8
70 posts
• Page 1 of 4 • 1, 2, 3, 4
OpenCart v1.2.8
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
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
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.2.8
Hi Daniel,
You have included your config file details in the upload.
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
thanks!
I'm just re-uploading now with empty config files.
I'm just re-uploading now with empty config files.
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.2.8
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.
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)
OpenCart Override Engine (Version 5.3)
allowing addons to override and modify core methods, language files and templates (see also FAQ)
-

JNeuhoff - Posts: 2131
- Joined: Tue Dec 04, 2007 7:38 pm
Re: OpenCart v1.2.8
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.
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
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?
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?
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.2.8
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.
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
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.
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
I'll fix it in the next version.
-

Daniel - Administrator
- Posts: 5185
- Joined: Fri Nov 03, 2006 10:57 am
Re: OpenCart v1.2.8
Tamanho da logo " altura " quando maior aparece incorretamenta na pagina
solução
catalog/view/theme/default/template/common/header.tpl
na primera linha
alterar por
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
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
-

leovicio - Posts: 18
- Joined: Sun Apr 12, 2009 3:43 am
Re: OpenCart v1.2.8
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.
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.
-

halalan - Posts: 75
- Joined: Fri Mar 27, 2009 7:13 pm
- Location: U.S.A.
Re: OpenCart v1.2.8
With regards to the Ajax cart this doesnt have to be enabled right?
-

jnixus - Posts: 69
- Joined: Thu Apr 16, 2009 7:26 pm
- Location: London
Re: OpenCart v1.2.8
Hi Daniel, thanks for the update.
Only an information: my suggestions in feature request thread:
are in your roadmap for the next versions or is necessary to create separate contribution/modules ?
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
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)

Donate!|OpenCart Basics|GeoZones
Help me get more development cloud storage - Click Here to get DropBox
-

Qphoria - Administrator
- Posts: 18237
- Joined: Mon Jul 21, 2008 7:02 pm

Re: OpenCart v1.2.8
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.
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
Solução para o ajax não atualiza o carrinho
catalog\view\theme\default\template\module\cart.tpl
alterar da linha 35 a 39
para
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
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
-

leovicio - Posts: 18
- Joined: Sun Apr 12, 2009 3:43 am
Re: OpenCart v1.2.8
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.
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
Qphoria, thanks for the hmm....
My finger was a bit too fast, thanks for the 'hmms up'.
My finger was a bit too fast, thanks for the 'hmms up'.

-

jnixus - Posts: 69
- Joined: Thu Apr 16, 2009 7:26 pm
- Location: London
70 posts
• Page 1 of 4 • 1, 2, 3, 4
Return to News & Announcements
Who is online
Users browsing this forum: Calcite, Exabot [Bot], screenager8, settysantu and 18 guests














