29731 comments found.
Hello, Email sent subject : About SEO meta description
sent
Thanks, replied
sent
replied again, thanks
sent
Hi basti how can i share a product from wensite because when i click copy link adress and paste in facebook it just ” javascript:; “
the link of food item? if yes sorry there is no options for this
you can share the link of merchant menu
hi basti How Add og properties meta code on website, Share website link with thumbnail.
call this functions
public function setSEO($title='',$meta='',$keywords='')
{
if (!empty($title)){
Yii::app()->clientScript->registerMetaTag($title, 'title');
//Yii::app()->clientScript->registerMetaTag($title, 'og:title');
}
if ($meta){
Yii::app()->clientScript->registerMetaTag($meta, 'description');
Yii::app()->clientScript->registerMetaTag($meta, 'og:description');
}
if ($keywords){
Yii::app()->clientScript->registerMetaTag($keywords, 'keywords');
}
}
where should i call this function
pls give me full instruction ,i have to make changes fast
i want to add facebook og for every merchant so i can share them on facebook with thumbnail…
first you need to create a fields in merchant panel for seo Description and you can add that in storecontroller.php
function actionmenu
or you can just hard coded it in actionmenu
i have already added a code in there take a look at actionmenu you will see this code
if (!empty($seo_title)){
$seo_title=smarty('website_title',getWebsiteName(),$seo_title);
$seo_title=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_title);
$this->pageTitle=$seo_title;
$seo_meta=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_meta);
$seo_key=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_key);
Yii::app()->functions->setSEO($seo_title,$seo_meta,$seo_key);
}
Now im so confuse. When i paste merchant link on facebook it shows just link. I want to have link and thumbnali of merchant logo in there. Thats what im asking. On OG website you take metatag of og:image, og:Url….. and put them after <head>. How can i do that inside kmrs. Pls i to fix that asap.
mate facebook share button has different implementation you need to pass this in the share link
check the docs for facebook share
Man im not talking about share button. I mean when i share krms link on my facebook wall i can see only link without description or image thumbnail.i want to have thumbnail of link when i paste link on my facebook wall and description as well.
ok mate
this is very simple for a developer but if your not you will find this hard
take a look at this link
https://developers.facebook.com/docs/plugins/share-button/the idea is to add the following in your html head
<meta property="og:url" content="https://www.your-domain.com/your-page.html" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Your Website Title" />
<meta property="og:description" content="Your description" />
<meta property="og:image" content="https://www.your-domain.com/path/image.jpg" />
and in yii you can simply add it like this
Yii::app()->clientScript->registerMetaTag("my page title", 'og:title');
Yii::app()->clientScript->registerMetaTag("my sample description", 'og:description');
etc
and you can add those functions in actionMenu()
remember to remove this
Yii::app()>functions>setSEO($seo_title,$seo_meta,$seo_key);
as am settings the seo already
i add this at store.php <meta property=”og:url” content=”https://www.your-domain.com/your-page.html” /> <meta property=”og:type” content=”website” /> <meta property=”og:title” content=”Your Website Title” /> <meta property=”og:description” content=”Your description” /> <meta property=”og:image” content=”https://www.your-domain.com/path/image.jpg” />
and i add
/SEO/
$seo_title=Yii::app()>functions>getOptionAdmin(‘seo_menu’);
$seo_meta=Yii::app()>functions>getOptionAdmin(‘seo_menu_meta’);
$seo_key=Yii::app()>functions>getOptionAdmin(‘seo_menu_keywords’);
if (!empty($seo_title)){
$seo_title=smarty('website_title',getWebsiteName(),$seo_title);
$seo_title=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_title);
$this->pageTitle=$seo_title;
$seo_meta=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_meta);
$seo_key=smarty('merchant_name',ucwords($res['restaurant_name']),$seo_key);
Yii::app()>clientScript>registerMetaTag("Turboo", 'og:title');
Yii::app()>clientScript>registerMetaTag("Turboo Fast", 'og:description');
Yii::app()>clientScript>registerMetaTag("Apart Hotel", 'og:title');
Yii::app()>clientScript>registerMetaTag("http://www.turboo.al/restomulti/upload/1554983416-FullSizeRender.jpg", null, null, array('property' => "og:image"));
Yii::app()>clientScript>registerMetaTag("Turboo Fast", null, null, array('property' => "og:title"));
Yii::app()>clientScript>registerMetaTag("http://www.turboo.al/restomulti/menu-feel-home", null, array('property' => "og:url"));
still nothing.
mate
don’t add it in store.php
i never said add it on store.php
i said add it on controller/storecontroller.php function actionMenu()
do this sample
in actionMenu()
remove this
Yii::app()->functions->setSEO($seo_title,$seo_meta,$seo_key);
and add this instead
Yii::app()->clientScript->registerMetaTag("my page title", 'og:title');
and when you view source the page you will see it added the og:title in the head
simple as that
here for some reference
https://forum.yiiframework.com/t/how-to-change-title-and-meta-tags-dynamically/21870I realized that after i commentet back to you.anyway thank you . But i want each merchant his own metatag should i , write that function hundreds of times in actionmenu() or shoul i create a file with all metatag and i call them from there ? If yes how can i do that ?
now this is what i mention to you before you need to create a settings under merchant panel for this so that every merchant can set their own seo
and call that data in actionmenu
Im new to developing this is my first experience thats why i make so many question .can you tell me how to do that?
ah sorry mate i cannot give specific code
changes like this require knowledge in php
i suggest hire your own developer
Hi basti, when is estimated that inventory addon will be ready?
hi mate
sorry no need yet
might be end of december or next yr
Hello, Basti I am using stripe for the payment so I click on the pay now button then nothing happens in this button so please take a look.
Thanks
are you doing a test in live stripe account or dev?
cause if you use live you need your site to have SSL
Hello I have already use a SSL on my site but they not work so please take a look.
mate can you email me again with your website link and admin login so i can check? and what merchant to test
Hello Basti please send me your email id i send all the information interfax and website so please send me your email
sent
i send you detail by email so please check the details.
Hi mate, I sent an e-mail for receipt. It is a suggest. I think if you do that it will be good for merchants.
Thank you 
sent
Basti check this guy selling your products https://www.simtechnos.in/shop/ and this are kind of customers who used to come and disturb you here everyday with support.
I go crazy when i see such things happening.
Next time you make an update add a code that only purchase customers can update.
Basti check this screenshots my talks with is criminals
https://imgur.com/DWEC54GBasti check this 2 screenshots my talks with those criminals selling your product
https://imgur.com/DWEC54G https://imgur.com/C6OjQPri go crazy when i see such rubbish things
And they block mi on facebook
not again
thanks mate really appreciate your help
Hi Basti,
How can i add simple Accept and Reject buttons in merchant dashboard instead of changing order status in popup.
Can you help me in this?
Thank You.
you will have to add this new functions
you need to change the file for it

see below
Hi Basti
I have following questions:
1) After customer place an order he receive an email notification that says :
Thank you for shopping at KARENDERIA . We hope you enjoy your new purchase! Your order number is 142. We have included your order receipt and delivery details below:
How to change this and instead of showing KARENDERIA it shows company name and instead of new purchase something else ? On the comments you said its under default template in components/EmailTPl.php. I updated it but it still did not change. Where would I update the following: Thank you for shopping at KARENDERIA . We hope you enjoy your new purchase! Your order number is 142. We have included your order receipt and delivery details below:
2) Can customer receive sms notification too after purchase ?
3) Can customer register with phone number only ?
4) On the mobile browser website how to change the header color orange to red. On your comment you said under
assets/css/store-v2.css
mobile-header{
background:#f75d34; color:#fff; padding:8px; }
I changed the color #f75d34 to my own color but its not changing the color from orange after updates
Could you please help?
Thanks !
hi mate
1. you need to change it in admin -> settings ->website -> Title
and this template can be change in admin -> Notification template -> RECEIPT_TEMPLATE
2. yes just fill the templates for it admin -> Notification template -> RECEIPT_TEMPLATE and enabled sms and click the pencil set your template for sms
and make sure the merchant has sms balance else it will not send any sms
3. at the moment this is not available
4. you mean the header on top? if yes in assets/css/responsive.css
.top-menu-wrapper
{
position:relative;
background:#f75d34;
border-bottom:2px solid #14171b;
}
Hi, I need to find someone who can do the update for me and resubmit the apps to playstore and app store. Do you know of anyone who can offer this service.
i can compile the app for ios and android but i don’t do submission 
Hello Basti fax system Faxage is only for US and Canada so can you please implement the interfax system in my KMRS so i pay for this. Thanks
do you have any api docs?
email me here
https://codecanyon.net/user/bastikikang#contactleave a comment here once you send it so i will be notified
cheers
Hello Basti i send you API email so please check.
sent
Hello Basti please let me know when anyone place the order and then merchant received the order by Fax automatically this is very important merchant received their order by SMS,Email,Fax and by the printer. so now Fax is pending so please fax is very important for the receipt automatically when the merchant received the order.
sent
Hello Basti i send a email please check i send all the detail of api and website link so please check it and let me know.
sent
Hello Basti please let me know how much time to integrate the Interfax API.
already replied
Hello basti please send me again i delete all my emails.
email forwarded
ok thanks i got the email Price is ok for me so please implement the interfax API
i replied in your email
Hello
See you have many nice app for food ordering, is a bit confused every app,
i am looking for waiter ordering app, which app fits my needs?
hi mate
where part are you confuse?
for waiting app sorry i don’t have this one
after thoroughly checking all the app found out different on them, have no confuse now 
I come closest to buying the restaurant app and customizing it to the waiter app
Do you have any plans to develop the waiter app in the future?
sorry at the moment i don’t have plans 
Dear basti, I have moved my site from development to production.. but its occurring error.. I cant login as admin/merchant and view merchant in front end… request token is invalid alert showing…
I have changed CSR to false but cant able to fix this..
check your new server the session should be working properly
also during migration you should not include view tables
else your database will have issue
I just want to know that is it system only design for restaurant business or i can use it for any type of business. Like we need a system in which we want our users to interact car and bike mechanics instead of restaurants.
i believe you can use this for any type of business as someone use this for florist just change the wording
and i suggest try the demo see if this will fit your needs
Do i have max. independance on this system? Because i would like to extend system and build new modules?
you can do what ever you want as long you know how to code
but i suggest separate any files you will have to create
so when there is new update your changes will not be affected
Why i dont get any of emails, like: Welcome email, forgot emails… I got just with the order. All are checked in notification template.
check your templates in admin -> Notification template -> CUSTOMER_WELCOME_EMAIL and CUSTOMER_FORGOT_PASSWORD
How does the Delivery Charges Rates Work,?
please explain?
merchant will need to define the distance per delivery
like 1miles to 4miles = delivery fee is 10$
etc
I can’t access the page merchant. email sent
sent
thank you very much!
cheers
When a merchant trying to sign up, no activation code is sending to himthough its showing that the activation code is sent . the email id is also not listed in email log. another issue happening where some blank emails are sending that autimatically adding into spams.
check first the template if you have one in admin -> notification template -> MERCHANT_VERIFICATION_CODE
and for spam make sure the sender exist or not a dummy email if the email is not dummy then ask your hosting why the email goes to spam
hi mate, i already purchased, i want your recommendation for hosting service, is web space important ? what is the recommended web space ?
i suggest a2hosting vps or dedicated
https://www.a2hosting.com/vps-hosting/managedor
https://www.a2hosting.com/dedicated-server-hosting/managedDone, thank you
cheers