Re: Osclass v4.1 in development
« Reply #30 on: October 03, 2020, 02:17:59 PM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?

thank
« Last Edit: October 05, 2020, 01:36:05 PM by MB Themes »

*

MB Themes

Re: Osclass v4.1 in development
« Reply #31 on: October 03, 2020, 02:57:50 PM »
Thanks for feedback, will check it out
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • ****
  • 212 posts
Re: Osclass v4.1 in development
« Reply #32 on: October 04, 2020, 03:32:22 AM »
The URL format definitely needs changing.

Here is a listing at very successful classified site in Poland : https://gratka.pl/motoryzacja/motocykle/choppery/libiaz

You will notice that the URL contains the: Category / Sub Category / Sub Category . Each category has it's own Title and Description tag and is Google indexed.

If you go to a listing: https://gratka.pl/motoryzacja/yamaha-virago-xv-750-xv-1100/ob/17422165 . You will see that the Breadcrumb at the top of the page format is Category Location / Sub Category Location / Sub Category Location . For SEO this is great, many people use the location in Google search and this brings in lots of visitors to your site.

You will also notice that each category has a description at the bottom of the page : https://gratka.pl/dom-ogrod/dekoracje-wnetrz/dekoracje-ozdoby which really helps with SEO
« Last Edit: October 04, 2020, 03:51:37 AM by webcity »

*

MB Themes

Re: Osclass v4.1 in development
« Reply #33 on: October 05, 2020, 01:37:59 PM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?
thank

New location data created, updated location tables those allow to save also native country, region or city name. Cities now also collect coordinates (lat & long) from geolocation dataset. Countries also contains phone code (420, 45, 72, ...) and default currency code (fields not used yet by osclass itself but will be objective of osclass 4.2)

https://osclass.osclasspoint.com/geolocation
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #34 on: October 05, 2020, 05:35:15 PM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?
thank

New location data created, updated location tables those allow to save also native country, region or city name. Cities now also collect coordinates (lat & long) from geolocation dataset. Countries also contains phone code (420, 45, 72, ...) and default currency code (fields not used yet by osclass itself but will be objective of osclass 4.2)

https://osclass.osclasspoint.com/geolocation

Good job  ;)

*

OSclass lV

  • **
  • 6 posts
Re: Osclass v4.1 in development
« Reply #35 on: October 06, 2020, 04:18:22 AM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?
thank

New location data created, updated location tables those allow to save also native country, region or city name. Cities now also collect coordinates (lat & long) from geolocation dataset. Countries also contains phone code (420, 45, 72, ...) and default currency code (fields not used yet by osclass itself but will be objective of osclass 4.2)

https://osclass.osclasspoint.com/geolocation

it nice but how to import location in exit website

*

MB Themes

Re: Osclass v4.1 in development
« Reply #36 on: October 06, 2020, 06:39:00 AM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?
thank

New location data created, updated location tables those allow to save also native country, region or city name. Cities now also collect coordinates (lat & long) from geolocation dataset. Countries also contains phone code (420, 45, 72, ...) and default currency code (fields not used yet by osclass itself but will be objective of osclass 4.2)

https://osclass.osclasspoint.com/geolocation

it nice but how to import location in exit website

You can do it using import button in location settings in oc-admin, or downloading sql and uploading it in tools
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #37 on: October 06, 2020, 08:27:03 AM »
Deactivate item from user dashboard = osc_item_deactivate_url

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #38 on: October 06, 2020, 08:33:13 AM »
Correct pagination for user items - itemType

I use this one and it is working...

Code: [Select]
function osc_pagination_items_type( $extraParams = array () , $field = false )
    {
        if(osc_is_list_items()) {
            $item_type = Params::getParam('itemType');
            $url = osc_user_list_items_url('{PAGE}', $field) . '&itemType=' . $item_type;
            $first_url = osc_user_list_items_url() . '?itemType=' . $item_type;
        }

        $params = array('total'    => osc_search_total_pages(),
                        'selected' => osc_search_page(),
                        'url'      => $url,
                        'first_url' => $first_url
                  );

        if(is_array($extraParams) && !empty($extraParams)) {
            foreach($extraParams as $key => $value) {
                $params[$key] = $value;
            }
        }
        $pagination = new Pagination($params);
        return $pagination->doPagination();
    }
« Last Edit: October 06, 2020, 08:40:00 AM by tomi327 »

*

MB Themes

Re: Osclass v4.1 in development
« Reply #39 on: October 06, 2020, 09:31:05 AM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?

Alerts redesigned and optimized, will be available in v 4.1
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Osclass v4.1 in development
« Reply #40 on: October 06, 2020, 04:48:54 PM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?

Alerts redesigned and optimized, will be available in v 4.1

Woooooow 👍👍👍👍🎉

One more a big request from other communities is e commerce feature for osclass, can you add it?😰

Can’t wait Big update 4.1 😇🤩
« Last Edit: October 06, 2020, 04:59:53 PM by Osclass lover »

*

MB Themes

Re: Osclass v4.1 in development
« Reply #41 on: October 06, 2020, 05:57:41 PM »
No plans for ecommerce features.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

tomi327

  • ***
  • 66 posts
Re: Osclass v4.1 in development
« Reply #42 on: October 06, 2020, 06:35:52 PM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?

Alerts redesigned and optimized, will be available in v 4.1

Woooooow 👍👍👍👍🎉

One more a big request from other communities is e commerce feature for osclass, can you add it?😰

Can’t wait Big update 4.1 😇🤩

E-commerce plugin connected to Osclass Pay Plugin would be a better solution. With Ecommerce plugin we can make a Multivendor marketplace from Osclass.  ;)

Re: Osclass v4.1 in development
« Reply #43 on: October 07, 2020, 04:42:08 AM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?

Alerts redesigned and optimized, will be available in v 4.1

Woooooow 👍👍👍👍🎉

One more a big request from other communities is e commerce feature for osclass, can you add it?😰

Can’t wait Big update 4.1 😇🤩

E-commerce plugin connected to Osclass Pay Plugin would be a better solution. With Ecommerce plugin we can make a Multivendor marketplace from Osclass.  ;)
Yes you can build it as premium plug-in and connect with osclass pay plug-in like business profile.
We hope you do it, we want it today, we don’t want to use separate website for e commerce

*

OSclass lV

  • **
  • 6 posts
Re: Osclass v4.1 in development
« Reply #44 on: October 07, 2020, 11:18:12 AM »
- can you add alert email with listing image ?
- can you add import location from github repo, it correct location data?
thank

New location data created, updated location tables those allow to save also native country, region or city name. Cities now also collect coordinates (lat & long) from geolocation dataset. Countries also contains phone code (420, 45, 72, ...) and default currency code (fields not used yet by osclass itself but will be objective of osclass 4.2)

https://osclass.osclasspoint.com/geolocation

i have instal it from location but get all region and city only just 1 region , and import your SQL file in Toll>Import
it now work. please help add correct location import in location>import in new version 4.1