e-commerce

E-commerce from scratch or not

前提是你 提交于 2019-12-03 04:33:26
问题 I need to develop a new site with the e-commerce part. I'm here to get some hints from you on which road I should go on. The site will have a static part which include some static pages and the e-commerce part for sell the products. I'm a Django and PHP developer but this is the first time I need to develop an e-commerce. I see there's some solutions like Satchmo for Django and Magento for PHP. There's also some services like Shopify that provide a pre cooked solution. These are my

Adding Custom Signup Attributes in Magento 1.7

狂风中的少年 提交于 2019-12-03 04:01:34
I have scoured the web for tutorials for adding custom signup attributes in Magento. While there are a few solid tutorials out there, my favorite being this one: custom customer signup attributes but none are updated for Magento 1.7. Let me know if anyone has a tutorial to recommend or knows the steps necessary to add custom signup attributes in Magento 1.7.x. I can tell you that myself and many other dev's will be incredibly grateful since this question has also been posted on the Magento forums and documented on the Wiki but sadly only for previous versions of Magento. you can run following

Best way to generate order numbers for an online store?

心已入冬 提交于 2019-12-03 03:54:51
问题 Every order in my online store has a user-facing order number. I'm wondering the best way to generate them. Criteria include: Short Easy to say over the phone (e.g., "m" and "n" are ambiguous) Unique Checksum (overkill? Useful?) Edit: Doesn't reveal how many total orders there have been (a customer might find it unnerving to make your 3rd order) Right now I'm using the following method (no checksum): def generate_number possible_values = 'abfhijlqrstuxy'.upcase.split('') | '123456789'.split('

How Do I Make a SagePay BuyNow Button?

淺唱寂寞╮ 提交于 2019-12-03 03:50:39
With PayPal, I can create a BuyNow button pretty easily, containing my merchant info, price, tax, shipping, etc. Is this possible in SagePay? Volomike The desired system is called SagePay Form as far as similarity to PayPal's BuyNow button + PDT process. First, you need to create a FORM like so: <form action="https://live.sagepay.com/gateway/service/vspform-register.vsp" method="POST" id="SagePayForm" name="SagePayForm"> <input type="hidden" name="VPSProtocol" value="2.23" /> <input type="hidden" name="TxType" value="PAYMENT" /> <input type="hidden" name="Vendor" value="<?= $YOUR_VENDOR_LOGIN

Setting Up ECommerce in ASP.NET [closed]

♀尐吖头ヾ 提交于 2019-12-03 03:19:48
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I'm an ECommerce newbie. I'm looking for an exceptional guide for setting up casual ECom (or plugging it into an exsiting site) for ASP.NET, complete with recommended components for a product catalog/shopping cart/merchant account and any anything else I might need. I don't have a large product inventory (less

What is the best enterprise shopping cart available in Java? [closed]

一笑奈何 提交于 2019-12-03 03:13:31
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I need something that is competitive to Volusion/Magento in terms of features. Cost is not an issue. Thanks 回答1: I've been watching

How can I use Stripe to delay charging a customer until a physical item is shipped?

我的梦境 提交于 2019-12-03 03:03:20
I'm in the process of building an online marketplace which sells shippable goods. The site will be similar to Etsy, which will connect merchants with buyers. I'd like to be able to charge a customer's card ONLY when an item is shipped by a merchant to avoid chargebacks and provide an Amazon-like payment experience. This will also help us avoid chargebacks and payment disputes in case a merchant is slow to ship or flakes out. In some cases, the goods will take more than 7 days to be custom manufactured and shipped out Here's an example timeline: 1/1/2014 - Customer adds $75 worth of items to

Is there a standard e-commerce database schema to apply the discounts/taxes/gift vouchers to products?

╄→гoц情女王★ 提交于 2019-12-03 02:44:44
问题 A good and flexible database schema illustrating e-commerce products and their rates management is required. 回答1: I agree with Chris Roberts, OSCommerce is a good place to start as well as DatabaseAnswers.org. Hope that helps. 回答2: I'm sure there are many examples about - try looking at some open source shopping cart tools. As a general point, though, I think there are so many ways that a product pricing and discount / gift voucher system could work that finding a database schema that works

Safe way to send mail via PHP to many users

半城伤御伤魂 提交于 2019-12-03 01:32:45
问题 Let me explain what I mean in my title. Let's say, that for example I'm creating a small e-commerce system for one web shop/catalog. There's a possibility for customers to choose, do they wish to receive newsletters or not. If they do, then logically thinking the newsletters should be send immediately as the newsletter is formed and ready. Of course it can be done simple by fetching all specified user e-mails from database and using for cycle to send mail via mail function in loop, but

How large eCommerce sites are so fast? [closed]

淺唱寂寞╮ 提交于 2019-12-03 01:23:28
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I have been working on asp.net mvc3 e-commerce application based on NopCommerce. Recently we have been working on performance side to improve the performance of the site. The site have more than 200000 products