Question:
I need to add Vendor Management tab in Admin panel. I get the vendor physical information from the catalog table. There will be button/link in the Admin Panel to add/update a vendor. Can you help me?
Answer:
We can add new tab in the Admin panel and we will create one functionality for vendor management system.
This vendor management system is manage all the vendor details like vendor name, address, phone number and etc. This system is providing the product details from that vendor.
Vendor Management tab in Admin panel
August 25th, 2009Show continue shopping and checkout links in CSCart
August 25th, 2009Question:
I want to show the continue shopping and checkout links without arrows in the buttons at the shopping cart contents page. Can you help me?
Answer:
Yes, We have more experience in CSCart. we can change this thing. Because this is custamazation work. If you are providing your work to us, we will finish this work.
Joomla integration with openx
August 20th, 2009Question:
I have joomla site and i want to integrate this site to openx so that i can manage ads .can you help me regarding this?
Answer:
yes , openx provides the module which you can use in joomla like other module and you will be able to manage ads for your joomla site.
link to download the openx module fo joomla is below
http://www.openx.org/support/release-archive/download?filename=OpenX%20Joomla%201.5.x%20Module%20v1.0.zip
how can we create forms in symfony without writing a single line of code
August 12th, 2009Question : How we can create forms in symfony without writing a single line of code ?
Answer : We can use CLI for this feature of symfony and it will create all the necessary file for us just with one single command that is called as CRUD command.
how we can access user in indexSuccess.php
August 12th, 2009Question : How we can access user in indexSuccess.php ?
Answer : We can access the user by using $sf_user variable. It is
How to pass an array to an URL as parameter
August 12th, 2009Question : How to pass an array to an URL as parameter ?
Answer : You can pass an array to an URL as parameter by serializing the array to string and then again unserializing it to the destination.
$object->functionName() not working in symfony framework
August 12th, 2009Question : $object->functionName() not working in symfony framework.( call to a function on nonobject variable ) What might be the reason ?
Answer : The possible reason for this problem may be that you are applying the function over the list of objects. Just check your action file and see that you are using doSelect() or doSelectOne(). Use only the function which returns single element and not the array.
post a picture to Twitter
August 12th, 2009Question : How do I post a picture to twitter ?
Answer : Twitter doesn’t offer an official picture posting feature of its own, however, most people use a third party application (a popular one is TwitPic) to post pictures to Twitter accounts.
What are @Replies in twitter
August 12th, 2009Question : What are @Replies in twitter ?
Answer : An @reply is a public message sent from one person to another, distinguished from normal updates by the @username prefix. If a message begins with @username, we collect it as a reply. Reply publicly to any update on Twitter by using the @username format.
can I block someone from following my tweets
August 12th, 2009Question : Can I block someone from following my tweets ?
Answer : Yes, you can block users from following your tweets.If you block someone, they wont be able to follow you or send you any messages. If your account is public, they’ll still be able to view it, but they wont show up on your followers list, and you wont be on their following list. If it’s a spammer you’re blocking, thanks! Twitter Support keeps an eye on block reports to see who’s getting in trouble on Twitter.
what if I exceeds maximum tweet limit which a user can create
August 12th, 2009Question : What if I exceeds maximum tweet limit which a user can create ?
Answer : If your tweets exceeds the number of maximum allowed tweets then it will show you the error message for particular limit. This limit will again reset after 24 hours.
is there any limit for my tweets
August 12th, 2009Question : Is there any limit for the no of tweets I can create ?
Answer : Yes for the security and to reduce the unwanted behaviour twitter has made some limitations to the number of tweets which we can create. It is as :
- 1,000 total updates per day, on any and all devices (web, mobile web, phone, API, etc. )
- 250 total direct messages per day, on any and all devices
- 150 API requests per hour
How can I use twitter api
August 12th, 2009Question : How I can use twitter api ?
Answer : If you want to perform task like whatever you can do in your profile then you can use REST API documentation. Other than that if you are using your application to get public twitter updates then you can use Search API documentation.
what are tweets
August 12th, 2009Question : What are tweets in twitter?
Answer : Twitters are the messages which a user send and follower of that user receive.
what are followers
August 12th, 2009Question : what are followers in twitter ?
Answer : Followers are people who receive your updates if they are following you. They will receive all the messages whichever you’ve posted.
What is following
August 12th, 2009Question : What do you mean by following someone in twitter ?
Answer : Following someone in twitter means to receive someone’s messages in your profile.
What is Twitter?
August 12th, 2009Question : What is twitter all about ?
Answer : Twitter is medium which facilitates users to communicate using small messages instantly. It is like sending and receiving messages from your friends, and the concept behind this is “What your are doing right now…..”
how much time it takes to approve your application
August 12th, 2009Question : How much time it takes to approve your application once you’ve submitted the application for approval ?
Answer : It normally takes 2 business days. But some times due to some problems it may be delayed. Also one point to be remember that once you’ve submitted the application and it is not yet approve, don’t send the request again since the new request will override the previous request and it will take more time to process again.
is it possible to fetch all the profile details using facebook connect
August 12th, 2009Question : Is it possible that we can fetch all the profile details using facebook connect?
Answer : No, we cannot fetch all of the details using the facebook api. Depending upon the user’s privacy settings (including whether the user has decided to opt out of Platform completely), you may not see certain user data.
can I use same facebook API for different applications or site
August 12th, 2009Question : can I use facebook application API key for different sites ?
Answer : No you cannot use same API key in more than one domain. You need to get different API for different site, since while creating application you need to give the domain name for which you are creating the application.
how does logout work in facebook connect
August 12th, 2009Question : How does logout work in facebook connect ?
Answer : When user logout from your site then he will be automatically logout from the facebook also. That means if the user logs OUT of Facebook and then visits your site, then your server should detect that their login status has changed and log them out automatically.
You can do that by running this on the onclick for your “logout” link:
FB.Facebook.logout(function() { refresh_page(); });
This will show you a message like you have been logout of the site and also from the facebook and then it will execute your callback function.
how to check my login status in facebook connect
August 11th, 2009Question : How I can check my login status in facebook connect ?
Answer : you can use the Facebook client library to determine whether the user is logged in.
$facebook->get_loggedin_user()
Your server knows who the user is by checking cookies stored on your domain that contain the current user’s logged in status. These cookies are refreshed asynchronously on every page load via a cross-domain Javascript call.
what are the features of facebook connect
August 11th, 2009Question : Can you tell me how I can use facebook connect and what are the features of facebook connect ?
Answer : The most important feature of facebook connect is that you can connect your site to facebook and as well as you can post your site content directly to facebook. Also you can perform most of the profile operations like posting to your wall, sending request to your friends, etc.
You can create single sign on and user login using facebook connect. If some user are already connected to facebook and they want to register to your site then they don’t need to do registration separatly, just they can register your site using there facebook login details.
what is facebook connect
August 11th, 2009Question : what is facebook connect ?
Answer : facebook connect is a medium provided by facebook so that you can access your profile from outside of facebook as well as you can us lots of other features of facebook.
can I check how many users are using my application
August 11th, 2009Question : If my application is online and running then can I see that how many users are using my application.
Answer : Yes, it is possible that you can see all the statistics related to your application like no of users online, no of users using your application, daily users, monthly users, etc. All these information you can get from the profile page of the application.
can I invite my friends to join my facebook application
August 11th, 2009Question : If I have an application in facebook up and running can I invite my friends to join my application?
Answer : Yes, you can invite your friends to join your application. Also your friends can add your application to there profile.
how to create application in facebook
August 11th, 2009Question : Is it possible that I can create my own application in facebook. If yes then how can I create my application in facebook? What are steps I need to follow?
Answer : To create your application in facebook, first you need to register to facebook with a valid account. After creating account in your profile page you need to add developer application to your application group. Now using developer application you can create your application easily.
Is CSCart SEO friendly or not?
July 26th, 2009Question:
Is the cscart SEO friendly or not?
Answer:
Yes. The CS-Cart is completely search engine friendly software and designed to get optimum results in the major search engines.
The SEO addon, which allows to automatically change dynamic URLs into static ones, is integrated with CS-Cart. The enabled addon may elevate the ranking of your website in a search engine listing.
What is also important is that metatags and keywords can be added to all pages of the store.
CSCart strength
July 26th, 2009Question:
What are the CSCart biggest strengths?
Answer:
The CS-Cart makes it possible for users to move forward from simple to complex [designs].
The initial setup is very easy, so the CS-Cart is fine even for novices.
The CS-Cart is having large number of built-in features, including AJAX-based interface elements, one-page checkout, and block manager.
The cscart architecture allows users to modify the cart’s functionality on a modular basis, without interfering with the existing source code and avoiding many common upgrade issues.
This is one of the best strength for CS-Cart.
Is the cscart support SSL?
June 26th, 2009Question:
Is the CS-Cart supporting SSL or not?
Answer:
The CS-Cart is supporting all type of SSL certificate.
All you need is an SSL enabled server and your own or a shared certificate installed on the server.
template integration with CSCart
May 26th, 2009Question:
I want to integrate new skin (template) with my cscart. How can do that?
Answer:
We can do the integrate the cscart with new template. It will change more than file.
The CS-Cart makes it possible for users to move forward from simple to complex [designs]. The initial setup is quite easy, so the CS-Cart is fine even for novices.
please contact us for integrating the new skin with cscart.
Pagination for sub categories in view.
May 25th, 2009Question:
We want showing all product, categories and sub-categories is pagination view site. How to make this?
Answer:
This change can do in the all page for product and categories. you can view each 16 products in a page. It will make looking good for the user. This product list is showing only the limited. This is pagination concept for the CSCart e-commerce sites.
How to manage ads in CS-Cart?
April 26th, 2009Question:
I want to manage some advertisement in the my CS-Cart. How can do that?
Answer:
Here, Ads management option is not available in the CS-Cart. If you want that feature in your cart site, we provide that feature. we are one of the best ad service provider.
order confirmation message display
April 26th, 2009Question:
How can do display the order confirmation message below order info?
Answer:
We can do this requirements. This feature is not available in CSCart functionality. You want to display the order confirmation below order info then we will do the customazation work in cscart. It will display the order confirmation in the below of order information.
Billing and shipping address option
March 26th, 2009Question:
How do make the billing and shipping address option in cscart?
Answer:
We can make the billing and shipping address option in the cscart. This feature is not available in cscart. We can do the customazation for this.
improve cscart
December 26th, 2008Question:
How do improve the CSCart?
Answer:
Although many businesses only offer a small number of products, utilizing a cart that has the appearance and options offered by large, well-known shopping sites is a must.
Instilling confidence in your business is an essential ingredient for success
Can I sell ebooks, software, etc with CS-Cart?
October 26th, 2008Question:
Which type of product can sell through CS-Cart?
Answer:
You can sell all type of product (like ebooks, software, etc.) through CS-Cart.
CS-Cart has a comprehensive digital delivery system. After purchasing such a product your customer will receive an e-mail with link to the file.
You will also have the ability to define a period of time within which the file can be downloaded.
This period can be prolonged for a certain order by the store administrator on the order details page.