msanjay wrote: ↑Fri Mar 29, 2019 1:40 amHi, print out is only this:letxobnav wrote: ↑Thu Mar 28, 2019 7:57 amlooks ok, you can remove those statements and in the same function you will find:
add after that put:Code: Select all
if ($url) { unset($data['route']);
Code: Select all
echo $url;
What this function does is look at your links in non-seo style and try to find the seo keywords in the database that match the route/get parameters (the ones you echoed out in the previous post).
if it finds those keywords, it will construct the seo url with them and return that url to be written in your html output instead of the normal non-seo url.
It will only do so if it finds those keywords.
That if ($url) statement checks if it was successful in creating the seo url.
so the echo $url statement should print out the seo url's if it could construct them.
if nothing is printed, you know it cannot find the keywords for the seo links for the store-language id's
/acerca_nos/entrega/pagamentos
and this keywords already working well on footer 1st column. it means Seo url process not adding keywords on database when i add keywords for other links, right?
what i should do?
863 0 2 information_id=4 acerca_nos
864 0 1 information_id=4 about_us
875 0 1 information_id=6 delivery
869 0 1 information_id=5 terms
873 0 1 information_id=3 payments
899 0 1 product_id=166 afiadores
898 0 2 product_id=166 afiador
893 0 1 category_id=85 scissor
891 0 1 category_id=79 pen
890 0 2 category_id=79 canetas
892 0 2 category_id=85 tesouras
874 0 2 information_id=6 entrega
872 0 2 information_id=3 pagamentos
868 0 2 information_id=5 termos
This is database table rows of oc_seo_url table
yesterday i added new seo keyword, as try and i can see it is added in database, id number 898 afiador
but top menu is not updating with it..
this is link for that keyword... (http://loja.okcomputersmz.com/index.php ... ath=71_113)