*

mixradu

  • ****
  • 171 posts
Re: [ERROR] No result
« Reply #15 on: March 14, 2016, 06:19:04 PM »
Hey
1: You have to go on oc-admin > listing ? Manage Listings, and edit the old items location :


This will fix the old announces from the old theme.

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #16 on: March 14, 2016, 06:28:32 PM »
sorry i already done that but have more than 2k listings it is not possible to edit every listing is there any other solution please tell me... if user selected country then also need to show all listings,,,, if user selected city then need show only city rellated ads..  i need solution for only short period of time after some days i will use default script of zara

How to add default country to all listing ?
« Last Edit: March 14, 2016, 06:31:26 PM by Ghany »
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: [ERROR] No result
« Reply #17 on: March 14, 2016, 06:34:52 PM »
@Ghany
You can create SQL query and update all your existing listings (replace empty country fields with default country code).
There is no other reliable solution.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #18 on: March 14, 2016, 06:37:22 PM »
bro can u send me some pics about how to add msql query? else i will send you login details can u please help me/?
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: [ERROR] No result
« Reply #19 on: March 14, 2016, 07:17:53 PM »
@Ghany
I do not have any, check MySQL documentation:
http://www.w3schools.com/php/php_mysql_update.asp
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #20 on: March 14, 2016, 07:21:12 PM »
its ok bro, with out knowing anything i dont touch msql i will take help any others.. thank for your help bro
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

mixradu

  • ****
  • 171 posts
Re: [ERROR] No result
« Reply #21 on: April 06, 2016, 06:53:05 PM »
if you try to edit item-post take care to edit good. Because you can create a lot of hidden errors.

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #22 on: April 06, 2016, 07:19:28 PM »
@mixradu
i not edited, i dnt touch msql database, i am not atleast beginer...
but i have small doubt when i selected country in select location my site was fast, if i not selected any location then my site was slow, why like this? i hope you understand what i am trying to say?
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: [ERROR] No result
« Reply #23 on: April 06, 2016, 07:42:20 PM »
@Ghany
Do you have latest theme version?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #24 on: April 06, 2016, 07:44:56 PM »
i have 1.0.8 version, i don't know present which one is latest version
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: [ERROR] No result
« Reply #25 on: April 06, 2016, 09:18:32 PM »
@Ghany
1.1.15 is latest, but even on 1.0.8 were issues with locations fixed.
Send me URL where is loading fast and URL where is loading slow.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #26 on: April 06, 2016, 09:27:26 PM »
« Last Edit: April 07, 2016, 04:39:05 AM by Ghany »
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: [ERROR] No result
« Reply #27 on: April 06, 2016, 09:55:00 PM »
@Ghany
Did not get difference....
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: [ERROR] No result
« Reply #28 on: April 06, 2016, 09:56:43 PM »
ok, but having little difference when connecting to server......
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

Carlos Carcamo

  • ****
  • 105 posts
  • LaKompra.com
Re: [ERROR] No result
« Reply #29 on: December 07, 2016, 11:08:12 PM »
I know that this is a very old question, but I had the same issue and I resolve the SQL problem, I add the country code to all of my listings.

well...
first open myphpadmin

Click on the table oc_t_item_location.

Open the SQL where we put the codes

and add:

UPDATE `oc_t_item_location` SET `fk_c_country_code`='SV';

This is for my country El Salvador

After that you need to add the country name:

UPDATE `oc_t_item_location` SET `s_country`='El Salvador';

Just change the country, and thats it...
LaKompra.com