Show Posts


Messages - gob33

Pages: 1 2 [3]
31
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: January 08, 2014, 05:14:56 AM »
That system of extensions with config.xml is no good.

It is supposed to simplify developping extensions by automatic creation of ressources but it lacks flexibility for designing custom pages. The page build process should be done inside each extension the way the dev wants it to be and not be done by the core which leads to uniformity and dependance.

32
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: January 07, 2014, 09:17:26 AM »
It is the same problem with shipping by weight: extensions_edit.tpl takes over the default_weight.tpl

33
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: January 06, 2014, 01:02:15 PM »
Ah ok, i didnt find infos about that in the wiki.

Another point about customizing settings: is it normal that in UPS and USPS shipping extensions (that im using as exemples), i have only basic settings on 1.1.7 ?
Or is it due to config.xml and automatic fields creation ?


34
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: January 04, 2014, 06:26:06 PM »
For the moment, Im still reading your code and try to understand.
Yes, the extensions_edit.tpl can be overridden, but template datas always issuing from extensions.php (I dont know the role of controller/pages and responses).
Whereas the tabs you use, they are different from JQuery UI tabs by reloading the page each time you click one.

35
Languages and Zones / Re: Why language files are xml?
« on: January 02, 2014, 12:52:34 PM »
A major disavantage is the complexity introduced by storing in DB instead of flat files.
When developping extensions, each time you change a language text, you need to uninstall/install your extension for the change to take place in DB, AND then clear the cache otherwise you spend hours asking why the page dont change, like me.

36
Ok. I have downloaded the v1.0 developer_tools.tar.gz (by the link at top) which was not updated with many files missing. I took the zip on github and ok now. You should put a version/date in file name.

37
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: December 24, 2013, 08:11:40 PM »
Say that it is more convenient way to have multiple tabs on the page of an extension than opening new window(s). And I do not see how I can work around "extensions_edit.tpl" as it is written and part of the admin. Each dev who writes an extension should have full control of how to show and present its diverse settings (tabs, accordion,...) on the edit page.

38
Extensions and Add-Ons / Customizing an extension page: create tabs
« on: December 24, 2013, 01:17:42 PM »
I would like to know if it is possible to use JQuery UI tabs on an extension edit page ?
The purpose is to split extension infos on many tabs (general, settings, about, ...) on the same page.

Today "extensions_edit.tpl" is the template inside AbanteCart which displays the basic settings, the other settings are set with an "Additionnal' button on a new page (custom .tpl and controller).

Is it possible for a developper to modify/extend "extensions_edit.tpl" ?
Or does the extension edit page is fixed and always in the same table format for all AbanteCart extensions ?

39
Cant post in code format here because:
Quote
Sorry, you are not allowed to post external links.

Log says (v1.0):
Quote
2013-12-24 11:50:40 - App Error:  AbanteCart core v.1.1.7 Missing default English definition XML file for developer_tools/developer_tools ! in D:\Wamp\www\ABANTECART-1.1.7\public_html\core\engine\language.php on line 631

2013-12-24 11:50:40 - App Error:  AbanteCart core v.1.1.7 Could not load language developer_tools/developer_tools from file "D:/Wamp/www/ABANTECART-1.1.7/public_html/admin/language/english/developer_tools/developer_tools.xml"! in D:\Wamp\www\ABANTECART-1.1.7\public_html\core\engine\language.php on line 638

2013-12-24 11:51:15 - load error:  AbanteCart core v.1.1.7 Error: Could not load template D:/Wamp/www/ABANTECART-1.1.7/public_html/admin/view/default/template/pages/tool/developer_tools.tpl! in D:\Wamp\www\ABANTECART-1.1.7\public_html\core\engine\view.php on line 205

Install done with the tar.gz file.

40
Have installed your developper_tool
Gives an entry (not translated) in system menu forwarding to an empty page. Huh.

41
Fresh Installation / Re: [1.1.7] Installation fails
« on: November 18, 2013, 08:10:12 AM »
Ok i got it working by hand.

If you are not connected to internet (local install for tests), JQuery cant be loaded through Google and install hangs. The "if(!jQuery)" code loading local JQuery in header.tpl fails.

In fact, it is completely useless to load the latest JQuery version for an install/upgrade procedure and that code should be removed.


42
Fresh Installation / Re: [1.1.7] Installation fails
« on: November 18, 2013, 06:20:12 AM »
My wamp server is good and run osCommerce, Zencart, Opencart, ...
I pass runlevel=1, it breaks inside javascript at step 2.
And I dont understand the error message as Jquery is loaded in the header ?

43
Fresh Installation / Local install hangs at progress bar
« on: November 16, 2013, 11:39:19 AM »
I just was unable to locally fresh install 1.1.7
It hangs at the progress bar which stays empty and the computer do nothing except waiting indefinitely.

It is the same with 1.1.6. Halting at progress bar.

Pages: 1 2 [3]

Powered by SMFPacks Social Login Mod