Re: [oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Sai Chandra Sekhar Madala
> Vorsitzender des Aufsichtsrats: Harald Fuchs, Sitz: Freiburg > Amtsgericht Freiburg i. Br., HRB 701648, USt-IdNr.: DE231450866 > > ** ** > > *From:* dev-general-boun...@lists.oxidforge.org [mailto: > dev-general-boun...@lists.oxidforge.org] *On Behalf Of *Sai Chand

Re: [oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Sai Chandra Sekhar Madala
Hi Matthias, There are no error messages in logs(I have checked in EXCEPTION_LOG.txt and also in php server error logs). Thanks & Regards, Sai Chandra Sekhar.M On Mon, Jul 22, 2013 at 2:41 PM, Matthias Kluth wrote: > On 22.07.2013 10:31, Sai Chandra Sekhar Madala wrote: > > Hi

[oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Sai Chandra Sekhar Madala
Hi List, I have developed a shop for a customer and the site is https certificate enabled. The image generation(for images in master/product/.. to generated/product/..) when accessed through http works fine but cannot be generated when accessed through https. I have set all required parameters in

Re: [oxid-dev-general] Adding & accessing a column created in oxid database

2012-06-28 Thread Sai Chandra Sekhar Madala
Hi Nicolas, Apologies again :),the path is www/out/azure/tpl/widget/header/topcategories.tpl(Line No59). Thanks & Regards, Sai Chandra Sekhar.M, DevBlaze Inc. On Thu, Jun 28, 2012 at 6:45 PM, Sai Chandra Sekhar Madala < saichandrashek...@devblaze.in> wrote: > Hi Nicolas, > &g

Re: [oxid-dev-general] Adding & accessing a column created in oxid database

2012-06-28 Thread Sai Chandra Sekhar Madala
iles and in topcategories.tpl, $ocont is > an oxcontent object, you should use $ocat instead : > [{$ocat->oxcategories__test->value}] . > > > Best regards, > > Nicolas Hodin > www.takeitweb.fr > > 2012/6/28 Sai Chandra Sekhar Madala > >> Hi Mr.Nicolas, &

Re: [oxid-dev-general] Adding & accessing a column created in oxid database

2012-06-28 Thread Sai Chandra Sekhar Madala
to print the test field > of oxcategories. > > Best Regards, > > Nicolas Hodin > www.takeitweb.fr > > 2012/6/28 Sai Chandra Sekhar Madala > >> Hi All, >> >> I have a requirement where I need to add an extra input for categories in >> admin.S

Re: [oxid-dev-general] Adding & accessing a column created in oxid database

2012-06-28 Thread Sai Chandra Sekhar Madala
schlichth...@mayflower.dehttp://www.mayflower.de > > Mayflower GmbH, Standort Würzburg > Firmensitz: Mannhardtstrasse 6, 80538 München > Registergericht: Amtsgericht München, HRB 142039 > Geschäftsführer: Gregor Streng, Björn Schotte, > Albrecht Günther, Johann-Peter Hartmann &g

[oxid-dev-general] Adding & accessing a column created in oxid database

2012-06-28 Thread Sai Chandra Sekhar Madala
Hi All, I have a requirement where I need to add an extra input for categories in admin.So, I have created a column in oxcategories table using sql script in admin->service->tools "alter table oxcategories add column test varchar(128);" and updated the DB views. I have also added the row in www/

[oxid-dev-general] Adding multiple variants to cart at once

2012-06-26 Thread Sai Chandra Sekhar Madala
Hi All, I have a requirement where we have to display all the active variants,their stock value in product detail page and the user can add bulk quantities of variants of his choice at once to cart. I have checked and found that in productmain.tpl we have

Re: [oxid-dev-general] Recent Viewed Products

2012-06-20 Thread Sai Chandra Sekhar Madala
ese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail > gesendet. > > > > Sai Chandra Sekhar Madala schrieb: > >> Hi, >> >> @Frank.I regret that I mentioned it works fine in start page in my >> earlier mail.Actually it does not work in start pa

Re: [oxid-dev-general] Recent Viewed Products

2012-06-20 Thread Sai Chandra Sekhar Madala
urn. > > ** ** > > Regards, > > Frank Zunderer > > ** ** > > ** ** > > *Von:* dev-general-boun...@lists.oxidforge.org [mailto: > dev-general-boun...@lists.oxidforge.org] *Im Auftrag von *Sai Chandra > Sekhar Madala > > *Gesendet:* Mittwoch,

Re: [oxid-dev-general] Recent Viewed Products

2012-06-20 Thread Sai Chandra Sekhar Madala
gt; Regards, > > Frank > > ** ** > > ** ** > > *Von:* dev-general-boun...@lists.oxidforge.org [mailto: > dev-general-boun...@lists.oxidforge.org] *Im Auftrag von *Sai Chandra > Sekhar Madala > *Gesendet:* Dienstag, 19. Juni 2012 16:52 &g

[oxid-dev-general] Recent Viewed Products

2012-06-19 Thread Sai Chandra Sekhar Madala
Dear All, I have a requirement where I have to show the recent viewed products.I have tried to implement this through a module. First I have stored the ox-id's of the viewed products inside a session variable and retrieved them and created an object and loaded the product using load function. 1)