wow. i did not even remeber adding that htmlentities function there.eka7a wrote:
Zones Are Being Added Turkish Character Error
admin\model\localisation\zone.php find
ReplaceCode: Select all
public function addZone($data) { $this->db->query("INSERT INTO " . DB_PREFIX . "zone SET name = '" . $this->db->escape(htmlentities($data['name'])) . "', code = '" . $this->db->escape($data['code']) . "', country_id = '" . (int)$data['country_id'] . "'"); $this->cache->delete('zone'); } public function editZone($zone_id, $data) { $this->db->query("UPDATE " . DB_PREFIX . "zone SET name = '" . $this->db->escape(html_entity_decode($data['name'])) . "', code = '" . $this->db->escape($data['code']) . "', country_id = '" . (int)$data['country_id'] . "' WHERE zone_id = '" . (int)$zone_id . "'");
Code: Select all
public function addZone($data) { $this->db->query("INSERT INTO " . DB_PREFIX . "zone SET name = '" . $this->db->escape($data['name']) . "', code = '" . $this->db->escape($data['code']) . "', country_id = '" . (int)$data['country_id'] . "'"); $this->cache->delete('zone'); } public function editZone($zone_id, $data) { $this->db->query("UPDATE " . DB_PREFIX . "zone SET name = '" . $this->db->escape($data['name']) . "', code = '" . $this->db->escape($data['code']) . "', country_id = '" . (int)$data['country_id'] . "' WHERE zone_id = '" . (int)$zone_id . "'");
OpenCart®
Project Owner & Developer.
Nice work whit this version but i have a litle problem, how can i fix when i try to enter my site whit www.mysite.ro it is enter on my shop and when i type mysite.ro and im enter it is on a shop blank, how can i fix this to enter myshop when i type www or non www?
Thanks, and good look an future,
Peace and Love,
Regards from Romania
Thanks, and good look an future,
Peace and Love,
Regards from Romania

What did you put in?AmaruL wrote:i have resolved the problem whit my www and non-www i modify my .htaccess file.
THanks
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
this is the error i get when trying to send a mail off the site and it sends it but the image doesnt go through and get this error
Notice: Undefined index: DOCUMENT_ROOT in C:\Inetpub\vhosts\studentcabs.co.za\httpdocs\admin\controller\sale\contact.php on line 63
Notice: Undefined index: DOCUMENT_ROOT in C:\Inetpub\vhosts\studentcabs.co.za\httpdocs\admin\controller\sale\contact.php on line 63
Last edited by i2Paq on Mon Mar 15, 2010 11:13 pm, edited 1 time in total.
Reason: Split form OpenCart 1.4.3 release topic
Reason: Split form OpenCart 1.4.3 release topic
what server software are you using?fatpora01 wrote:this is the error i get when trying to send a mail off the site and it sends it but the image doesnt go through and get this error
Notice: Undefined index: DOCUMENT_ROOT in C:\Inetpub\vhosts\studentcabs.co.za\httpdocs\admin\controller\sale\contact.php on line 63
OpenCart®
Project Owner & Developer.
In the configuration options of the store set your status on the products available.
When you're on the page to enter the new product, the status of the product does not match the set.
Maybe it's just my mistake but I suggest you check if there really is a bug.
Regards
When you're on the page to enter the new product, the status of the product does not match the set.
Maybe it's just my mistake but I suggest you check if there really is a bug.
Regards
Ok, Thenks
But the interface in option product is normal it? I dont know to add option value
I'm very confuse
Regards
But the interface in option product is normal it? I dont know to add option value
I'm very confuse
Regards
The procedure to insert the options is complicated.
I find it very difficult and the result on the shop does not match what I wanted to include as an option
Despite my ability to manipulate the code, this time I'm in dark chocolate.
I hope that the next version 1.4.4, maybe in a couple of days, addresses, and facilitates the insertion of the options.
I find it very difficult and the result on the shop does not match what I wanted to include as an option
Despite my ability to manipulate the code, this time I'm in dark chocolate.
I hope that the next version 1.4.4, maybe in a couple of days, addresses, and facilitates the insertion of the options.
Guess I don't see the issue with it. Options have been that way since 1.4.0. And it's definitely clearer and more slick looking than the 1.3.4 method. Just type in the name of the option (say, size), click Add Option, then give it values (small, medium, large) and any other settings you want.
The only thing I'd change about it is putting the add button on an empty row like with discounts to eliminate the chance of lost rows.
The only thing I'd change about it is putting the add button on an empty row like with discounts to eliminate the chance of lost rows.
-Ryan
please do =)Daniel wrote:I can change how options work. i did not realise it was a bad design choice.
Request Reviews v1.0 released.
Yes but I mean something other. On admin rutes sale/order/update and sale/order/invoice in products area could you add two collumns "Unit with tax" and "Total with tax" after collumn "Total" in each product. I think it is easy to implement and it is required in some middle europe countries (Slovakia Czech...). Thank you very muchDaniel wrote:price with tax is already implemented!
Who is online
Users browsing this forum: No registered users and 12 guests