1,165 Topics
![]() | |
Hi, here is the long story... One of my friends who lives in India wants to start VOIP business like he wants to sell phone cards to people in the US so that they can talk to India. He needs a place where he can collect money in the US. … | |
I am working on a massive application that deals with ecommerce, i am an intermediate when it comes to developing applications in php. If you are interested please reply and we can talk more on what is involved. | |
I need a payment gateway for a basic site, need a e-commerce solution for the same. Which is recommended Visa or mastercard? | |
Hi, There are so many games in the online. What are the advantages of online games and also disadvantages of online games. Please share your views. Thanks & Regards Jasonmark | |
Greetings, SubjectWriters.com takes pride in providing outstanding content writing services. Since 1999, our writers have written content for numerous companies and individuals, giving a voice to their message, a face to their company and resultantly bringing in for them both customers and profits. Subtle “call to action” is our specialty. … | |
What do you think? Everywhere there is buzz about cloud computing.How is it helpful to business? | |
Does anyone know how we can set up an ecommerce system that can limit purchases to one per customer? We'd need to use PayPal. We are trying to sell tickets and limit the online purchases to one pair (two tickets) per customer. Obviously we can limit the quantity, say in … | |
Hello, I made a web site with products and i would like to complete the payment with paypal. I have this problem. When the use want to complete and buy something before continue to the paypal should check if it is available and reserve the prodoct. With the paypal he … ![]() | |
I have uploaded my sitemap in google webmaster tools.It only indexed very less pages.Then how i believe that sitemap can work well.Is there any site to submit my sitemaps.? Can any Expert have answer On this Question? | |
That dramatic statement pretty much sums up the feelings of many people taking part in a recent survey. They suggest that online banking and online shopping are akin to playing Russian Roulette and it is only a matter of time before their security, credit cards and bank balances are breached. … | |
Is it possible? If you know how let me know. | |
Hello Im currently using Magento but everytime I run into any type of (even small) problem, there is basically no comunity to help out. Thats why Im looking to migrate to something (free as well) with a large and very active community. What suggestions would you guys give? | |
i want to learn jsp and best way for me to this by create a website durring this sumemr. i dont want to create website there are already out there ex social networking site, eCommerce etc... need some idea | |
Hi, I need help. Me wrote query in my wordpress theme to fetch latest products. Everything is working perfect. But don't know why pagination not working. I did select 9 post in backend. it's appear 9 on my home page. But i want to show all products on homepage with … ![]() | |
You've been able to use the Internet to swap [URL="http://www.paperbackswap.com/index.php"]books[/URL], [URL="http://www.swapacd.com/index.php"]CDs[/URL], and [URL="http://www.squidoo.com/swap-dvds-online"]DVDs[/URL]. Now -- kids' clothes? [URL="http://www.thredup.com/home"]ThredUP[/URL] offers a standard form factor for exchanging kids' clothes -- a UPS flat-rate box, packed full of clothes for a girl or a boy, of a certain size, for a certain season, … | |
Can anyone do biding for me.I need an SEO work from the Internet.If anyone having a very good experience in the same than please reply. | |
Research from ecommerce solutions provider SellerDeck (which used to be known as Actinic Desktop) has revealed the top ten ecommerce turn-offs that online retailers need to avoid at all costs if they are to turn clicks into sales.  At the very top of the avoid list comes insecurity. … | |
Hello I want to build a simple site that users cant post their stuff to rent, is there any good systems that I can buy and then customize ? Thanks | |
Hi I was looking magento tutorial there I found following lines <input type="text" name="custom[ssn]" value="<?php echo $this->htmlEscape($this->getQuote()->getSsn()) ?>" title="<?php echo $this->__('SSN') ?>" class="input-text required-entry" id="billing:ssn" /> </div> can you please explain me what do you mean by $this->getQuote()->getSsn() tutorial link is http://www.excellencemagentoblog.com/magento-add-custom-fields-checkout-page | |
Hello Im having problems setting a cookie in PHP (using the Magento platform). The page is at: http://example.com/step1 When I click on a link here, a iframe opens up. This iframe opens up and is located at: http://example.com/somewhereelse/index.html I check a checkbox or I dont. If I check it, a … ![]() | |
Having bought an e reader as a present I find that I cannot buy english ebooks in France, where I live and yet I can get them in hard back sent by post from UK. (I can only download French ones) I know there are a lot of free ebooks … ![]() | |
Hi I am unable to login to my Magento backend after installing it. There is no error message or system error log. I am sure I am giving correct credentials but still can't get why I am not able to login to my admin panel. I tried http://ka.lpe.sh/2011/06/05/magento-1-5-cant-login-to-admin-panel-after-fresh-install/ without any … | |
i am trying to put a java japplet on website. when i run in eclipse it works fine but when i run on website then i get a error: error: on website CacheEntry[http://localhost/eCommerce/menu_pages/game_pages/java_game_3/Main.class]: updateAvailable=true,lastModified=Fri Apr 26 20:39:42 EDT 2013,length=10508 CacheEntry[http://localhost/eCommerce/menu_pages/game_pages/java_game_3/Main$Display.class]: updateAvailable=true,lastModified=Fri Apr 26 20:39:42 EDT 2013,length=2489 Exception in thread "AWT-EventQueue-2" … | |
Please tell me if Amazon Payment Gateway Module code for Magento is available or not.Like Paypal Module code is available. i want to check its observer and model file etc. ![]() | |
I'm trying to debug my PayPal IPN code. Here is my PHP code: if ($this->input->post('payment_status') == 'Completed' AND in_array($this->input->post('txn_type'), array('web_accept', 'subscr_payment'))) { $query = 'cmd=_notify-validate&' . http_build_query($this->input->post()); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.paypal.com/cgi-bin/webscr'); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $query); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $result = curl_exec($ch); curl_close($ch); if ($result == 'VERIFIED') … | |
[ATTACH=right]16062[/ATTACH]In case using a credit card or cash wasn't convenient enough, soon you'll be able to buy a Frappuccino using your phone at any Starbucks store. The coffee company announced this week it will be expanding its mobile payment program, which so far has only been available at select locations … ![]() | |
Help me look at the codes below. It has T_IF error and T_WHILE error. The errors are on line 7 and line 18. I hope anyone can teach me to repair it and the code function is still same. <?php require_once("db.php"); session_start() if (!isset($_SESSION['cart'])) { <---T_IF error $_SESSION['cart'] = array(); … | |
Hi, I have a small business and am looking for an encryption system for my files and email that doesn’t change the end user’s experience. The ones I’ve seen online require the end user to log in, download this, etc. These are my clients so I don’t want to add … ![]() | |
Is there a way to load CSS from the database, I am developing an Ecommerce website for UK in a system in which the user can discuss directly with the suppliers through the inbuilt chat. Please someone help me by showing the coding, Thanks. | |
Halo Guys I was working on a website making changes for my client when i finished and refreshed the website gave me this message There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number `********` i followed instructions on … ![]() | |
[B]SEO Compliance[/B] On top of all, the site should be highly visible to be able to grab the attention of the target audience. In other words, it has to be Search Engine Optimization or SEO compliant. Only then can it meet the tough criteria of becoming visible enough to sustain … ![]() | |
Hello, I have to do clustering and profile generation on the data from e-commerce site.( contains 8000 entries).It's a binary file. I did clustering using tool cluster.exe and could find result that if number of clusters increased, error decreases. Now I used gen-profile.exe for profile generation and inputed the file … ![]() | |
If You are looking for the best open source shopping cart software, Try Zeuscart – Advanced PHP Free Shopping Cart Software to create your online store. [http://www.zeuscart.com](http://www.zeuscart.com) ![]() | |
Hello Everyone, Recently I have made a e-commerce site by using woocommerce (Wordpress plugin). I want to know how to integrate google checkout in the project. I have successfully integrated google checkout for single product manually. But I want to enable google checkout for whole site product. Any type of … | |
Ok this is the most unsoveable problem i have ever dealt with and the worst is i know it can be solved because someone has done it. I want my users after succsefull payment to be redirected to my site where i will capture their details and give them a … ![]() | |
Hi, I am planinng to Errand and Concierge business and my website will be major link between my customers and me. This is how I planned my website to work: 1. Customer visits my website and want to order certain type of Errand service, lets say buying/delivering groceries. First thing … ![]() | |
i searched about it but not get the proper result how can i install CEON URI module in my zen cart can any one help me in that thanx in advance ![]() | |
"I'm basically starting out with outsourcing, so would appreciate suggestions for outsourcing providers?" | |
Hi experts, I just want to ask if it is possible to add images/videos when creating page in websphere portal 7? Tried searching but no luck. thanks in advance. ![]() | |
January 11, digital marketers, advertisers and eCommerce professionals from all over the world had a chance to take part in [B]Technology For Marketing & Advertising China Virtual Event.[/B] Do you find such events efficient? Do you participate? | |
We currently expire our marketplace listings after a certain timespan elapses. Currently, we send back a 410 status code for our expired pages (404 = we've never heard of this page compared to 410 = we know what you're talking about but it doesn't exist anymore and never will again … | |
The basic need of any website is content management,There are many CMS system, so help me in choosing one which is best suited for a web site for osCommerce Services. | |
I'm going through a netbeans tutorial on Java ecommerce located here: http://netbeans.org/kb/docs/javaee/ecommerce/setup-dev-environ.html When I get to "running the web project, step 1", I click the green run button in the NetBeans IDE. In my browser, it goes to http://localhost:8080/AffableBean, but no HTML is displayed. If I view the admin domain … | |
I'm not your average male shopper. I'll go to the department store and try on a bunch of clothes before I decide on what I want to wear. I'll try on 5 different pairs of jeans before I choose one. I want to get the one that fits me best … | |
What would it take and cost to create something like this below? Where they can select different options and see the changes to the glove. http://www.akademapro.com/glove-builder/ I see the website is built in wordpress, is this a plugin? Any help would be apreciated. | |
I'm going through a netbeans tutorial on Java ecommerce located here: http://netbeans.org/kb/docs/javaee/ecommerce/setup-dev-environ.html When I get to "running the web project, step 1", I click the green run button in the NetBeans IDE. In my browser, it goes to http://localhost:8080/AffableBean, but no HTML is displayed. If I view the admin domain … ![]() | |
According to security experts at data governance outfit Varonis, 2013 will be the year of the salami attack. On the plus side, they also predict that the world will not come to an end on December 21st 2012. It's not just salami that your business needs to worry about in … | |
[ATTACH=RIGHT]16639[/ATTACH]Connect with old classmates, chat with friends...now book flights on Facebook. Delta Airlines added an application to its [URL="http://www.facebook.com/#!/delta?v=wall"]Facebook page[/URL] today that allows customers to search for flights, book them and share them with friends without navigating away from the Facebook page. For the first time, it seems an airline … ![]() | |
It took me a little bit of frustrating time to figure this out yesterday, so I thought I'd post it in case other people ran into the same issue. I set up PayPal Instant Payment Notification (IPN) and thoroughly tested it in the sandbox environment. Everything worked fine. However, when … ![]() | |
What is the correct way to track PayPal purchases that use the standard payment button? I see on https://www.x.com/developers/paypal/documentation-tools/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables I can fill out the return and rm parameters, but I read somewhere that it requires the user to click "continue" in their browser *after* the payment has been completed in … ![]() |
The End.