Show Posts


Messages - gob33

Pages: 1 [2] 3
16
Languages and Zones / Re: Why language files are xml?
« on: May 18, 2014, 11:51:31 AM »
Important: Use an external XML validator or parser when you write language files. The smallest error in an XML file (missing tag <definition> or </definition>, missing closing [!CDATA[ ]], syntax error, typo, ...) stops the php parser and the rest of file is ignored and you dont see it. Extremly long to check.

17
For 1.1.7, 1.1.8 and 1.1.9, the following code fetching jquery through google always hangs on local install without internet connection:

public_html / install / view / template / common / header.tpl
Code: [Select]
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
   var include = '<script type="text/javascript" src="view/javascript/jquery-1.7.2.min.js">';
   document.write(include);
}
</script>

It is completely useless, a simple and direct
Code: [Select]
<script type="text/javascript" src="view/javascript/jquery-1.7.2.min.js"></script>
do the same as the 1.7.2 is already in the distrib.

18
General Discussion / Marketplace Discussion & Feedback
« on: May 17, 2014, 06:04:08 AM »
I have some questions about the new AbanteCart marketplace:
- Does it relates in any way with old Algozone marketplace ?
- What is exactly the fee you take per extension sale (have not found) ?
- I have a problem with the limit of $100 sales to reach each month. Some small extensions are not able to reach this amount before 2,3, or 4 months (eg. a template). Would be wise to remove that limit and pay each month sales done.

19
Languages and Zones / Re: Getting translation to French?
« on: March 09, 2014, 07:59:48 PM »
Thx for that info.

20
Languages and Zones / Re: Why language files are xml?
« on: February 06, 2014, 06:43:47 AM »
In OpenCart, they are many language editors as extensions which do the same thing on flat files. Faster speed access and no dependant of a DB crash.

21
General Discussion / Re: Opencart files more than similar
« on: January 31, 2014, 12:25:57 PM »
Everybody who looked a little at source code saw that it is OC 1.4 series based.
It is heavily modified and can be considered like a fork as oscLoad, osMax, ZenCart <- osCommerce
Remember OC is GPL and you are free to copy and modify source.
Just one point will be to write "Partial Copyright OpenCart" somewhere.

22
Languages and Zones / Re: Getting translation to French?
« on: January 29, 2014, 12:30:44 PM »
Can someone tell me the usage of 'default_' prefix in extension names ?
Should third parties use 'default_' too like 'default_spanish', 'default_russian' in language extension names ?

23
Languages and Zones / Re: Getting translation to French?
« on: January 25, 2014, 12:06:47 PM »
Ah good info.

24
Languages and Zones / Re: Getting translation to French?
« on: January 25, 2014, 11:54:08 AM »
Here the result of a language translation:
- menu items, banners have been lost somewhere.
- responsive design cuts words and sentences. Often too short for displaying. Same thing in Admin. It is formated for English without thinking it could be wider in other languages.
- many labels stay in english. The translated entry is not pushed or doesnt exist in xml files. Same with spanish.
Minimal language requirements are not satisfied.

NOTE: Point 3 - Since i found the problem was typo errors in my XML files stopping the parser.

25
Languages and Zones / Re: Getting translation to French?
« on: January 19, 2014, 01:11:40 PM »
No thx Im translating by hand at very slow speed and install/uninstall because of XML.
I know i will have certainly problems with french zones not correct as usual in all cart.
A good translation will get french/belgium/canadian users.

26
Languages and Zones / Re: Getting translation to French?
« on: January 18, 2014, 06:42:10 AM »
I found more settings in latest OC than AbanteCart, admin features are different,
OC is direct and simple, AbanteCart focuses on pretty interface for a merchant who dont care programming.

27
Languages and Zones / Re: Getting translation to French?
« on: January 17, 2014, 05:55:34 PM »
Manual translation a very long and ingrate work.
But translation work helps to see what the cart can do.
Found it like an old Opencart version, many functionalities missing from the latest OC.
Im also waiting for a good place selling extensions à la Opencart.

28
Languages and Zones / Re: Getting translation to French?
« on: January 16, 2014, 01:21:45 PM »
The french language package 1.0.1 is horrible.
Many terms and sentences are incorrectly translated and lead to interrogations about sense for a newbie.
It is also uncomplete.
I do not recommend it.

29
Extensions and Add-Ons / Re: Customizing an extension page: create tabs
« on: January 10, 2014, 05:07:10 PM »
Thx Ilegrand, your shot showed me the way.
I didnt see the additional button because i didnt put the extension "ON" and button stay hidden.
It's ok now, I mistaken because I used to see all settings on same page on other carts even when disabled. I didnt understood basic settings were done by the core and additionnals by extension controller.

30
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: January 10, 2014, 12:00:12 PM »
Yeah, I deviated a little from the topic title.

Just do you agree many details settings are not displayed on 1.1.7 for some shipping modules (UPS, USPS, ...) but present in extension's code ?

Ex for USPS: https://github.com/abantecart/abantecart-src/blob/master/public_html/extensions/default_usps/admin/controller/pages/extension/default_usps.php
Where are these fields on page ?

Should i open a new thread ? Im asking why nobody report it ???

Pages: 1 [2] 3

Powered by SMFPacks Social Login Mod