Report bugs Version 1.2.2 beta

Enter AlegroCart Bugs Here, but if you're not certain, post in General support first.
gob33
Posts: 107
Joined: Wed Apr 07, 2010 3:10 pm

Re: Report bugs Version 1.2.2 beta

Post by gob33 » Mon May 03, 2010 9:36 am

12] Something wrong "price with option": I have a motorcycle at $15 -$1 = $1400
Attachments
french_language_pack_1.2.2_v20100503.zip
Update
(95.81 KiB) Downloaded 607 times

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs Version 1.2.2 beta

Post by Brent » Mon May 03, 2010 9:56 am

That is a problem with decimal and thousand points I have to modify. Not done yet.
Just a question. You are using ',' for decimal point and ' ' for thousand point. Is that correct?

Here is the new tabs you can try.
Attachments
tabs.zip
New tabs and css
(6.73 KiB) Downloaded 604 times

gob33
Posts: 107
Joined: Wed Apr 07, 2010 3:10 pm

Re: Report bugs Version 1.2.2 beta

Post by gob33 » Mon May 03, 2010 3:10 pm

"123 456 789,00 €" as says Microsoft.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs Version 1.2.2 beta

Post by Brent » Tue May 04, 2010 9:14 am

Correct price with options update.

I got a little confused at the first translation. Catalog had '.' and admin had ' ' .
Anyway, this works with anything in thousands separator.
It also converts the decimal to correct one used in language.

New controller files and .tpl files as required
Attachments
Price_Options.zip
Price with options.
(28.81 KiB) Downloaded 614 times

gob33
Posts: 107
Joined: Wed Apr 07, 2010 3:10 pm

Re: Report bugs Version 1.2.2 beta

Post by gob33 » Tue May 04, 2010 9:31 am

10] RESOLVED - Products tabs are large enough now.
13] `order_status_id` declared as int(11) and int(5)
14] In default.sql, table information_description, Privacy Policy, change all \r\n by <br /> (HTML here)

Have run a DB tool on database (MicroOlap DB Designer)
Some FOREIGN KEYS are missing, but this is pure SQL syntax. The tool is strict for drawing relationships.
Last edited by gob33 on Tue May 04, 2010 4:19 pm, edited 1 time in total.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs Version 1.2.2 beta

Post by Brent » Tue May 04, 2010 11:03 am

Thanks.
I'll adjust to `order_status_id` int(11) NOT NULL default '0',

Yes, there may be some foreign keys missing.
We'll make changes as time goes on. For now, everything works.
After some pressing things are finished, these things can be changed.

There are a lot of things that were done on early development that may have been done better, but that was before my time,
and as we all know, it is easy for us to look back and say they were done wrong, but you have to admit, there was a very
good development frame work to start with.

gob33
Posts: 107
Joined: Wed Apr 07, 2010 3:10 pm

Re: Report bugs Version 1.2.2 beta

Post by gob33 » Tue May 04, 2010 4:16 pm

Yes, the resulting software seems good comparing to others carts less evolved.
I have not gone in source for that moment as i know few about MVC and the full code
is big enough to have difficulties in understanding how it works.

The purpose is to resolve little bugs fast to have something usuable in general cases.
If the base is solid (tables, classes), then you can go further.
The fact is I dont see many users here. OpenCart seems more attractive for many.
It is also more advanced. But I like JsCookMenu, was a good idea to use it.

Think Alegro should differentiate a little from OpenCart but not too much.
These differences could attract some groups of users.
Whereas Opencart code, it can be copied/reused/followed as I do not see any Copyright
in its files for the moment.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs Version 1.2.2 beta

Post by Brent » Wed May 05, 2010 5:09 am

Code: Select all

Whereas Opencart code, it can be copied/reused/followed as I do not see any Copyright
in its files for the moment.
This is open source as well. Same GNU license.

JS cook will do for now.
I plan to convert to more CSS/Jquery similar to the category menu, but different.

It would be simpler, and more versatile.
But it will never be database driven. I believe if your only menu is from database and database becomes corrupt,
it is much more difficult for the user to resort.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Report bugs Version 1.2.2 beta

Post by Brent » Wed May 05, 2010 8:45 am

Yes, in some respects I am sure Opencart is more advanced. It has a few more years development advantage.
As I have no idea what they have or their code, I can't comment.
But, I feel in many ways this cart has unique features.

Display modules Latest, Featured, Specials, Related, Popular:
- Have multiple display modes: 1, 2, 3, 4, or 5 column displays.
- All displays have ADD-To-Cart function with animation available
- All have multiple image display methods available
- All are re-locatable to columns or content area
- Product Options show price with options and have weight factor.
All these features are available by specific module in admin.
Modules are loaded on demand as required reducing system load.

Full dynamic category menu allowing all categories available at all times.

Shared template functions. Many templates use common functions which only requires one copy of the function.
This allows for more consistency in functions and requires only one modification in code for system wide change.
Examples:
-Add-to-Cart
-Image Displays
-Product Options
-Single column display
-Multiple column display
-Price display
-Pagination

Many modules use common templates:
-Column display modules
-Content display modules
-Page option display modules

Separate settings for Template, Styles, and Color options
Many different color scheme options available with one setting.

Home Page Module

In admin:
Country and Zones available by status flag. No more deleting hundreds of zones and countries.
Toggle button to enable or disable all countries.

SEO available by default language.
Meta Title, Description, and Keywords available by language.
Alternate description and Technical Information available by language.
Model is language compliant.

Admin Product
Quantity discounts are percentage of selling price, regular or special price.
Pricing updated on all tabs to reflect changes on other tabs.
Dynamic model select box.

These are few areas where I think this cart has included features that many others don't.
My goal is to include all features I would want in a cart that don't require a programmer to implement
and make design changes easier for the developer.


Below is new Tabs zip file with replacement product.tpl
I changed to include review write in review to allow for inclusion of technical information if available.
Attachments
tabs.zip
New tabs with product.tpl added
(9.08 KiB) Downloaded 603 times

Locked