Search found 23 matches

Search found 23 matches

Re: Mail alert on customer's "Address book" management

Don't mind... there where few errors and I always forget the error log feature!!!

Thanks anyway

Jump to post
  • Fri Feb 03, 2012 10:14 pm
  • Replies 2
  • Views 458
Re: Mail alert on customer's "Address book" management

Taking a look at this:
http://forum.opencart.com/viewtopic.php?f=20&t=37588
it seems that adding the Mail code is enough to do the trick... now, why my $mail->send(); generate an error???

P.S. All other notifications work!!!

Jump to post
  • Fri Feb 03, 2012 8:52 pm
  • Replies 2
  • Views 458
[SOLVED] Mail alert on customer's "Address book" management

Hi there, How could I manage to get an email alert when a customer instert/edit/or delete entries from his addresses? --- I'm trying to add this code $mail = new Mail(); $mail->protocol = $this->config->get('config_mail_protocol'); $mail->parameter = $this->config->get('config_mail_parameter'); $mai...

Jump to post
  • Fri Feb 03, 2012 8:08 pm
  • Replies 2
  • Views 458
Re: Blank page when switching to the custom theme...

Thank you so much... Obvious things never come to mind when you are stressed!

BTW, it was that php short-tags were not enabled on the php.ini! :-[

Jump to post
  • Tue Jan 24, 2012 8:01 pm
  • Replies 2
  • Views 664
Blank page when switching to the custom theme...

Hi there, I'm developing a web site using the 1.5.1.3.1 version. I did it on my MAC I using MAMP and everything was working fine. My supervisor, still using MAMP on a MAC, just copied the files and imported my db dump... and everything worked fine. Now he's trying to move everything on the real webs...

Jump to post
  • Tue Jan 24, 2012 2:42 am
  • Replies 2
  • Views 664
Re: "Thank you for registering" email

I know that this is a quite old topic but, even if I'm using the 1.5.1.3.1 version I experience exactly the same, the mail protocol doesn't work (but it could be a configuration issue as I'm working on a MAC) and, using the SMTP, I get that annoying _Nextpart_ at the end of the email text... Any clu...

Jump to post
  • Tue Jan 24, 2012 12:43 am
  • Replies 13
  • Views 3912
Re: OC 1.5.1.1 SyntaxError: Syntax Error

SOLVED

As suggested in this topic I used firebug to find out where the error was...

Jump to post
  • Tue Jan 17, 2012 11:58 pm
  • Replies 11
  • Views 2430
Re: OC 1.5.1.1 SyntaxError: Syntax Error

Hi, I'm using opencart 1.5.1.3.1 here and I experience the same error... on Chrome it alerts: "Syntax error: Unexpected Token <" and I can't finish the checkout process. What I've noticed is that there is some db interaction cause a record in the "order" table is created with 0 a...

Jump to post
  • Tue Jan 17, 2012 11:00 pm
  • Replies 11
  • Views 2430
Re: Pre order

Anyone? Any clue?
Thanks

Jump to post
  • Mon Jan 16, 2012 9:11 pm
  • Replies 1
  • Views 493
Re: Listing in product page all linked categories

Do you really need it? :)

Anyway, the association of a product to categories is stored in the db table "product_to_category". You may want to start from there...

A.

Jump to post
  • Sat Jan 14, 2012 1:32 am
  • Replies 2
  • Views 833
Re: Featured Module Width

on stylesheet.css, line 88 you have

#column-right + #content {
margin-right: 195px;
}

Jump to post
  • Sat Jan 14, 2012 1:28 am
  • Replies 3
  • Views 790
Re: [1.5] how to REMOVE reward points program

you find them under
view/template/[your_theme_dir*]/account
and
view/template/[your_theme_dir*]/product

*if you don't use a custom theme you'll find them under the default folder.

Jump to post
  • Sat Jan 14, 2012 1:23 am
  • Replies 47
  • Views 40477
Pre order

Hi, maybe I misunderstood the meaning of the pre-order stock status and the date_available field in the product table of the database. Actually for sure I did! Anyway, here's my problem. I receive a csv file from my provider and I use that file to update the stock levels of the items. What I do is a...

Jump to post
  • Sat Jan 14, 2012 12:49 am
  • Replies 1
  • Views 493
Re: Ajax for database insert

Image

Is this a valid diagram for the openCart flow?
is the controller the part receiving the request?
Am I wrong or it means I could have a page without the view component?

Jump to post
  • Fri Dec 09, 2011 12:30 am
  • Replies 1
  • Views 708
Ajax for database insert

Hey there, I need a quick advice, I'm developing a functionality on the backend side (that will be then used as a module that I still have to implement). The thing is quite simple, based on the Banners feature (I've duplicated and edited those pages) I need now to insert some extra data (stored in a...

Jump to post
  • Fri Dec 09, 2011 12:19 am
  • Replies 1
  • Views 708
"Request Flow", how an open cart page is built?

Hello everybody, I'm sorry but I've not been able to think about a better title. Anyway the question is pretty simple (hopefully the answer as well), how the MVC generates the page you request? I'm using OC 1.5.1 and I'm trying to achieve something similar to the Banners functionality (System > Desi...

Jump to post
  • Thu Dec 08, 2011 6:57 pm
  • Replies 0
  • Views 470
Re: Controller Class

thanks

Jump to post
  • Thu Dec 08, 2011 6:21 pm
  • Replies 2
  • Views 3196
Re: Server error HTTP 500

Ok, I've found it. It was a misspelled method call!
Sorry.

Jump to post
  • Thu Dec 08, 2011 12:36 am
  • Replies 1
  • Views 620
[SOLVED] Server error HTTP 500

Hi there, I'm trying to duplicate the banner functionality in order to modify it according to my needs. I've started by adding the menu item under System>Design (where banner is as well) and doing that I've just duplicated (and edited) all the occurrences of banner pages in the admin subfolders rena...

Jump to post
  • Thu Dec 08, 2011 12:04 am
  • Replies 1
  • Views 620
Re: Custom Template, fallback method and the controller

Thank you so much... I'll give it a read... Cheers

Jump to post
  • Wed Dec 07, 2011 11:36 pm
  • Replies 3
  • Views 791

Search found 23 matches