Questions tagged [online-store]

46 questions
5
votes
2 answers

Set Allowed Countries on Store View

In Magento 1.4, I was able to set allowed countries on the Store View Level, therefore I could have a Website with one Store und multiple Store Views for each of my countries: Now in Magento 2, I can only set the Allowed Countries on the Website…
NthDegree
  • 1,301
  • 2
  • 15
  • 29
4
votes
3 answers

Building online store

Many online store share common features, such as payment handling, order tracking, recommendation, shopping cart, CMS, etc. Are there common opensource / commercial frameworks or packages that developers are using to build these site? Or do many of…
Snackmoore
  • 905
  • 3
  • 18
  • 32
4
votes
2 answers

Database design for credit based purchases

I need an elegant way to implement credit-based purchases for an online store with a small variety of products which can be purchased using virtual credit or real currency. Alternatively, products could only be priced in credits. Previous work I…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
2
votes
2 answers

How do you synchronize stock and payment on an online store?

I am working on an online store i developp from scratch using Ruby On rails. I have a design question about stock and orders. When do you update stock when a user select a product If you lower the stock when the product is put in the cart, you must…
Syl
  • 3,719
  • 6
  • 35
  • 59
2
votes
1 answer

How big online shops store product pages

just a question from curiosity. How big online stores with lots of products (can) store their product pages? I know one solution might be database and then generating the content on demand, but how would they be able to hand URL requests like…
Lukáš Řádek
  • 1,273
  • 1
  • 11
  • 23
2
votes
3 answers

Minimal online commerce software for simple shop

I've been looking for some open source (preferably PHP) online shop software that is relatively minimal but haven't had any success. The people that I'm developing the shop for are selling a very limited selection of items and only need PayPal…
James James
  • 95
  • 2
  • 8
2
votes
1 answer

Implementing different online payment options on different products in Magento

In Magento, I need to implement different checkout options for different product types. Is this possible? To clarify, I have one set of products that can be paid by credit card or by cash on delivery, and a different set of products that should only…
1
vote
2 answers

Script to create my own online store builder

There are good online store building solutions like Shopify, Volution, etc. I'm looking to build my own small-scale service like that. Are there any customizable online store building scripts I can install on my own server or companies that offer…
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
1
vote
2 answers

Undefined index error while trying to upload images

I'm making a basic CMS with PHP for managing my online store. So I created a page where users can insert new products with custom images and information. Here is the insert_product.php page:
user8552505
1
vote
1 answer

How do I link individual options in a drop-down menu to a shopping cart?

I'm building an online store for my music. However, I'm letting the customer decide how much he or she wants to pay. So, I've created this mark-up …
Michael Pitluk
  • 77
  • 4
  • 13
1
vote
1 answer

saving buyer's card info after paypal express checkout

I want to implement an express paypal checkout for my website. People basically choose an item and buy it. There is no recurring payments or so. Do I have to save buyer's card info in addition to transaction and order id ? If yes what should I store…
Alex Coner
  • 15
  • 4
1
vote
1 answer

Prestashop carrier unavailable at checkout.Shows error

Well I have a strange problem. I set up my prestashop carrier with the settings as in the image: Now when I checkout with an address belongs to country India( Which is in Asia continent), it says There is 1 error There are no carriers that…
Nitish
  • 2,695
  • 9
  • 53
  • 88
1
vote
1 answer

HTML5 official examples for e-commerce

While building a new onlineshop (based on magento) we considered to make use of the new HTML5 tags like
etc. We read lots of blogs / websites describing how to use the tags - unfortunately, most of the time the…
toasty
  • 519
  • 1
  • 5
  • 12
0
votes
2 answers

Online store with support for store credit

I am looking into online stores to use internally at a company. They would like to be able to add credit to a users account as part of an incentive program. I have started looking at Online store software, but am not clear as to which support store…
michael
  • 2,577
  • 5
  • 39
  • 62
0
votes
1 answer

How to change my online store template in dbdirector ecommerce platform

Does anyone know how the store template system works in dbdirector? I want to change the CSS of my homepage but I'm not sure where to find the main CSS file. I know there's a way to do it via the backend without FTP. I'm sure I'm just overlooking…
1
2 3 4
Off The Grid