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
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.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
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.
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.
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">
Code: Select all
<? $tamanhos = getimagesize($logo); $tamanhos[1] =$tamanhos[1]+30 ?>
<div class="div1" style="height: <? echo $tamanhos[1];?>px;">
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.
Helping Each Other With Knowledge....
WHPOA.NET CTOA.NET CEMETERYTN.COM
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
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.
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');
Code: Select all
data: $('#product :input'),
success: function(){
$('#module_cart .middle').load('index.php?route=module/cart/callback');
}
});
assim ele so vai chama a parte que da o load no callback quando obter uma resposta do ajax
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.
Who is online
Users browsing this forum: Baidu [Spider] and 6 guests