Xavier VILLARD | 23 May 10:33
Favicon

Re: new module structure in 4.6 and admin include files not working?

Hi guys,

I’m currently adapting some modules to be 4.6 compatible.

I made my metadata file which is correct.

For this module I’ve some options I declared as settings in metadata.php as follows :

'settings'  => array(

array('group' => 'main', 'name' => 'paybox_ctx_mode', 'type' => 'str',  'value' => 'TEST'), 

array('group' => 'main', 'name' => 'paybox_module_call_method', 'type' => 'str',  'value' => 'curl'),                                                                             

),

My problem is that I don’t know how to manage translations for these settings.. In the admin area I get the I get translation error messages for each setting...

Any clue ?

Regards


--
Xavier


Joachim Barthel | 16 May 15:06

Use of OxPersParam

I would like to use the field OxPersParam for storing some addtional data about a product (eg. the serial number).

Is there a documentation or rules available, how to extend this field, eg. by adding another field (eg. serialno) to this serialized array.

Will this have an negative influence on the oxid shop. Does anybody have experience with extending the field oxpersparam?

Thanx in advance
Joachim
Marco Steinhaeuser | 15 May 14:24
Favicon

OXID Commons 2012 Coming Soon!

Hi everybody,

OXID Commons is coming soon - on May 24th and 25th. Hurry up and get your ticket today! Also, don't forget to
register for OXID Unconference!
http://blog.oxid-esales.com/2012/05/oxid-commons-2012-coming-soon/

See you there
Marco
benni | 11 May 17:06
Picon
Gravatar

(auto-response) Re: Re: 4.5.10+ in SVN?

Hallo,

ich bin bis einschließlich 11.05 nicht im Haus.
Diese E-Mail wird nicht weitergeleitet.

In dringenden Fällen erreichst Du meinen Kollegen Till Voß 
unter till@... oder 07121/7012-101

Es grüßen die Bergfreunde,

Benni

Bergfreunde GmbH
Benni Zindel
Online-Technik
Bahnhofstraße 26
72138 Kirchentellinsfurt

Telefon: +49 (0)7121 7012-102
Fax: +49 (0)7121 7012-290
E-Mail: benni@... 
Web: www.bergfreunde.de

Sitz der Gesellschaft: Kirchentellinsfurt
Amtsgericht Stuttgart, HRB: 382746
Geschäftsführer: Martin Theben, Ronny Höhn
----------- Original message follows -----------
--===============8540768674795542931==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_89D1A0A2339C9F4DA881E4C28ED9C4770379FAF3oxexoxidesalesl_"

--_000_89D1A0A2339C9F4DA881E4C28ED9C4770379FAF3oxexoxidesalesl_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,

Now the issue is fixed. We updated the source code in those SVNs with prope=
r version.
Sorry, took a while to find the problem.

Best regards,
Dainius Bigelis

From: dev-general-bounces@... [mailto:dev-general-bounces <at> l=
ists.oxidforge.org] On Behalf Of Dainius Bigelis
Sent: Tuesday, May 08, 2012 11:03 AM
To: dev-general@...
Subject: Re: [oxid-dev-general] 4.5.10+ in SVN?

Hi,

Again our mistake. Sorry.
After 4.6.0 release internally we created additional branch for further dev=
elopment, and previous branches (4.5 version and 4.6) were shifted. Just sc=
ripts for updating those SVNs were not updated, so 4.6 took place of 4.5 by=
benni | 11 May 15:21
Picon
Gravatar

(auto-response) Re: new module structure in 4.6 and admin include

Hallo,

ich bin bis einschließlich 11.05 nicht im Haus.
Diese E-Mail wird nicht weitergeleitet.

In dringenden Fällen erreichst Du meinen Kollegen Till Voß 
unter till@... oder 07121/7012-101

Es grüßen die Bergfreunde,

Benni

Bergfreunde GmbH
Benni Zindel
Online-Technik
Bahnhofstraße 26
72138 Kirchentellinsfurt

Telefon: +49 (0)7121 7012-102
Fax: +49 (0)7121 7012-290
E-Mail: benni@... 
Web: www.bergfreunde.de

Sitz der Gesellschaft: Kirchentellinsfurt
Amtsgericht Stuttgart, HRB: 382746
Geschäftsführer: Martin Theben, Ronny Höhn
----------- Original message follows -----------
Hi list,

I am trying to port a module to the new Oxid 4.6. module logic and =

having a hard time getting the paths etc. right... now I seem to have =

hit the wall with admin includes:

[11-May-2012 15:07:06] PHP Warning:  include_once(): Failed opening =

'inc/smxb2b_accounts_main.inc.php' for inclusion =

(include_path=3D'.:/usr/local/lib/php') in =

/...smxDemoshopB2B46/admin/oxajax.php on line 740

The file smxb2b_accounts_main.inc.php is located at =

"/modules/shoptimax/smxb2b_accounts/admin/inc/" and included from =

"/modules/shoptimax/smxb2b_accounts/admin/smxb2b_accounts_main.php". At =

first, not even that was working and I had to adjust the path to the =

include in my admin class. Now that part is working, but oxajax can't =

find the include now as you can see...
I've tried to set the include path with PHP like this:

         if (oxConfig::getParameter("aoc"))
         {
Stefan Moises | 11 May 15:20
Picon
Favicon

new module structure in 4.6 and admin include files not working?

Hi list,

I am trying to port a module to the new Oxid 4.6. module logic and 
having a hard time getting the paths etc. right... now I seem to have 
hit the wall with admin includes:

[11-May-2012 15:07:06] PHP Warning:  include_once(): Failed opening 
'inc/smxb2b_accounts_main.inc.php' for inclusion 
(include_path='.:/usr/local/lib/php') in 
/...smxDemoshopB2B46/admin/oxajax.php on line 740

The file smxb2b_accounts_main.inc.php is located at 
"/modules/shoptimax/smxb2b_accounts/admin/inc/" and included from 
"/modules/shoptimax/smxb2b_accounts/admin/smxb2b_accounts_main.php". At 
first, not even that was working and I had to adjust the path to the 
include in my admin class. Now that part is working, but oxajax can't 
find the include now as you can see...
I've tried to set the include path with PHP like this:

         if (oxConfig::getParameter("aoc"))
         {
             $newIncPath = dirname(__FILE__);
             set_include_path(get_include_path() . PATH_SEPARATOR . 
$newIncPath);

             $aColumns = array();
             include_once 'inc/' . strtolower(__CLASS__) . '.inc.php';
             $this->_aViewData['oxajax'] = $aColumns;

             return "popups/" . $this->_sThisTemplate;
         }

This works for my admin class, but not for oxajax.php...
I also can't set the path for this include file in my metadata.php, 
because it isn't a "real" class like the main admin class:

     'files' => array(
         'smxb2b_accounts_main'            => 
'shoptimax/smxb2b_accounts/admin/smxb2b_accounts_main.php',
         'ajaxComponent'                   => 
'shoptimax/smxb2b_accounts/admin/inc/smxb2b_accounts_main.inc.php',
         ...
I've tried to set the path for "ajaxComponent" as you can see, but of 
course this isn't working either...

So is there any way I can get oxajax to load my include file from the 
modules directory, or do I have to copy it over to the "/admin/inc/" dir 
of the shop (which would break the whole concept :P)

And another "path question": is there a way to load the 
"bottomnavicustom.tpl"  from my module folder, too? E.g. this doesnt 
seem to overwrite the default template:
     'templates' => array(
         "bottomnavicustom.tpl"            => 
"shoptimax/smxb2b_accounts/out/admin/tpl/bottomnavicustom.tpl",
         "smxb2b_accounts.tpl"             => 
"shoptimax/smxb2b_accounts/out/admin/tpl/smxb2b_accounts.tpl",
...
My own template is found, but bottomnavi is not overwritten with my 
version....

Thanks a lot,
Stefan

-- 
Mit den besten Grüßen aus Nürnberg,
Stefan Moises

*******************************************
Stefan Moises
Senior Softwareentwickler
Leiter Modulentwicklung

shoptimax GmbH
Guntherstraße 45 a
90461 Nürnberg
Amtsgericht Nürnberg HRB 21703
GF Friedrich Schreieck

Tel.: 0911/25566-0
Fax:  0911/25566-29
moises@...
http://www.shoptimax.de
*******************************************

Favicon

sTheme must be removed from config in 4.6 version

Hello,

 

Wanted to notice, that after update to 4.6, will note forget to remove sTheme or sCustomTheme from config file. This param must be only in database, as it prevent from themes changes in admin. It even might corrupt shop view if becomes different in config file and database.

More information in bug ticket https://bugs.oxid-esales.com/view.php?id=3948

Holger Kohnen | 8 May 12:17
Picon

force_sid weirdness

Hi,

what's the rational behind force_sid get-param? Aren't cookies sufficient?

best regards, Holger Kohnen
Jungclaus, Tobias | 8 May 09:40
Favicon

4.5.10+ in SVN?

Hi Oxid developers,

 

I’m using the EE SVN for updating our internal development version oft he shop and install from there to our productive shop.

Since 4.6 had been released, it replaced the 4.5.10 trunk in the SVN. So, from where am I supposed to get my 4.5 fixes, now?

 

We will update to 4.6 at some time, but not yet.

 

Thanks in advance for your advice,

Tobias Jungclaus

Dirk Weimar | 3 May 13:53
Picon

Out of Office (DW) [T-9USW27JXDS-01]

Vielen Dank für Ihre E-Mail.

Bis einschließlich 08. Mai 2012 bin ich nicht im Büro.
Ihre Nachricht wird nicht weitergeleitet.

In dringenden Angelegenheiten wenden Sie sich bitte an Herrn Gerling:

waldemar.gerling <at> design3000.de
(+49) 0 60 62 - 9 18 72 11

Viele Grüße,
Dirk Weimar

Leitung IT

design3000 Vertriebsgesellschaft mbH
Robert-Bosch-Str. 14 | 64711 Erbach

Tel: +49 (0) 60 62 - 9 18 72 23
Fax: +49 (0) 60 62 – 9 18 72 18

Geschäftsführer: Frank Levita, Felix Vay
Amtsgericht Darmstadt | HRB: 71307 | Ust-IdNr.: DE201696664

www.design3000.de | www.koziol-shop.de | www.reisenthel-shop.de
www.adhoc-designshop.de | www.sittingbull-shop.de | www.menushop.de
www.authentics-shop.de | www.carl-mertens-shop.de | www.d3-designblog.de
Guido Lauermann | 3 May 13:52
Picon

Implementation of payment provider worldpay.com

Hallo,

has anyone ever developed an interface for the payment provider 
worldpay.com, or must I realized that completely by myself?
If there exists any instructions how the best way is, to implement a 
payment provider into baskets checkout prozess on shop-side?

Greetings cooper


Gmane