Search found 103 matches

Search found 103 matches

Re: What will be the language of the feed?

cookie is not an option, because the feed is used by another e-commerce site for product import and there must be a way to set the language programmatically, not from the user interface. the google base feed calls the public function getProducts() which has query containing ...WHERE pd.language_id =...

Jump to post
  • Tue Aug 30, 2011 9:31 pm
  • Replies 7
  • Views 1554
Re: What will be the language of the feed?

thanks, Simon. Can you also tell how to specify the language for the feed?

Jump to post
  • Tue Aug 30, 2011 9:08 pm
  • Replies 7
  • Views 1554
[SOLVED] What will be the language of the feed?

I am modifying the google base feed for my needs. Default Google base module doesn't include the language selection.
What langugage the feed will be, if there is more than one language?
How to define the feed language?

Using oc 1.4.9.5

Jump to post
  • Tue Aug 30, 2011 9:03 pm
  • Replies 7
  • Views 1554
Variable passing from payment mod. controller

Hi everybody. I am tied up with challenge to pass variable: from /catalog/controller/payment/ mymodule .php to /catalog/view/theme/default/template/payment/ mymodule .tpl from /catalog/controller/payment/ mymodule .php to /catalog/view/theme/default/template/checkout/confirm.tpl I am trying hard to ...

Jump to post
  • Thu Aug 25, 2011 3:23 pm
  • Replies 0
  • Views 389
Re: How to present form validation error message?

After looking at some other modules i tried to change

Code: Select all

$this->error['warning'] = $error_string; 
with

Code: Select all

 $this->data['error_warning'] = $error_string;
. Now there is no more error executing the code. Still this doesn't do anything.

Jump to post
  • Thu Aug 25, 2011 4:08 am
  • Replies 1
  • Views 2249
How to present form validation error message?

Hello Opencart experts, I am developing a payment module for a checkout with financing option. After selecting this payment option customer is presented the Finance application form. I have duplicated bank transfer payment module and did all required renaming 'bank_transfer' -> 'incredit' as describ...

Jump to post
  • Wed Aug 24, 2011 11:40 pm
  • Replies 1
  • Views 2249
Re: Backup/Restore Select all/Select none for 1.5.1.

that was fast reply :) thank you, rph! I hope that will be implemented some day in the product.

Jump to post
  • Sun Aug 21, 2011 3:12 am
  • Replies 2
  • Views 469
Backup/Restore Select all/Select none for 1.5.1.

In the Backup/Restore Section of the Admin panel there is no possibility to check/uncheck ALL tables. All tables are checked by default and, if i need to backup only one, then i have to uncheck many, many, many checkboxes... http://www.evernote.com/shard/s5/sh/1efff6c9-9f69-4dd8-809a-4c8f1eec590e/b3...

Jump to post
  • Sat Aug 20, 2011 7:28 pm
  • Replies 2
  • Views 469
Re: Finance form / Module

Hi Scott. Have you found a solution for this "financing application"? I spent almost hour searching for solution, but same as you - did not find anything. Any ideas how much would it cost to make such module? What is the closest ready made module that i can use for customizing for this nee...

Jump to post
  • Thu Jul 14, 2011 5:57 pm
  • Replies 11
  • Views 2681
Re: [RELEASED] Music Store - Music Player v.2.0 (Commercial)

Hi Is there a demo where i could see this extension from front and from admin?

Regards,

Jump to post
  • Sun Jul 10, 2011 8:08 pm
  • Replies 34
  • Views 17039
Re: Double quotes and data in SQL database

Yes!!! that is what i was looking for! Thank you once more, Ryan. And this confirms my guess that htmlspecialchars function is used for input transformation.

Jump to post
  • Thu Jul 07, 2011 5:20 pm
  • Replies 4
  • Views 869
Re: Double quotes and data in SQL database

Thank you, rph! I put the code 'name' => htmlspecialchars($name), and now it works. Now there is a logical question - does that mean that i need to encode the special characters for every input field? What about other special characters? I am making an import script and need to compare if the catego...

Jump to post
  • Wed Jul 06, 2011 7:31 pm
  • Replies 4
  • Views 869
Double quotes and data in SQL database

Hello everyone, Here is the description of the problem i am trying to solve: When storing into database a category containing double quotes in it's name via PHP script and I get different results when doing it manually via admin interface. Even if i am trying to use the built in classes for adding c...

Jump to post
  • Wed Jul 06, 2011 5:51 pm
  • Replies 4
  • Views 869
Re: How to implement multiple departments?

Sorry for late reply, but i just found this thread. I am using the top level category for this purpose e.i. top level is departments, all other nested are product categories. Then you can have 2 separate navigations - for departments only the top level, for product categories - the current categorie...

Jump to post
  • Fri Jun 24, 2011 6:30 am
  • Replies 8
  • Views 47121
Re: stock options help please

Hi msblack7of9, I had the same problem facing me. The workaround for this i did is - made an option of every combination. Option name: Size and color Option value: M Yellow Option value: L Mauve Option value: S Blue Then for the user it is something like this: Size and Color Please select: M Yellow ...

Jump to post
  • Fri Jun 24, 2011 2:35 am
  • Replies 4
  • Views 745
What is the purpose of the option values where type=text

Options where type = text have possibility to add option values. What is usage of these values. The user interface with those type of options only allows to enter a line of text - i do not see where these are used. Can anyone comment on this? I am not sure if this is a bug or not, therefore i put it...

Jump to post
  • Fri Jun 24, 2011 1:06 am
  • Replies 2
  • Views 782
Re: [1.5]Disable ajax add to cart?

I also cannot find it anymore in 1.5. It was in Cart module in 1.4.x. Now there is no such module- the cart is in the header. The reason why i am looking to remove the ajax is - I have added modified the header.tpl to show icon instead of text and the text display as tooltip: <a title="<?php ec...

Jump to post
  • Wed Jun 22, 2011 3:37 pm
  • Replies 7
  • Views 2472
Re: Opencart 1.5.x Design Layout Override

Just tested The design override works with Categories pages, but not with Information pages - could it be bug?

I am using v1.5.0.5

Jump to post
  • Sat Jun 18, 2011 11:10 pm
  • Replies 13
  • Views 9615
Re: [MOD] Options Plus "Redux"

It looks like the "Misc Info:" field does not have multi-language support. Are there any plans to correct this?

Jump to post
  • Mon Apr 04, 2011 3:53 pm
  • Replies 60
  • Views 17418
Re: How can I add additional language variables?

Hi,
I were looking for the same. Just found this: http://forum.opencart.com/viewtopic.php?t=415
now i am going to test how it works

Jump to post
  • Sat Mar 12, 2011 12:20 am
  • Replies 3
  • Views 3841

Search found 103 matches