Все вопросы: [shopping-cart]
47 вопросов
Ubercart 2.0 - список изменений кода, позволяющих использовать дробные количества?
Я работаю над проектом Ubercart 2.0 для клиента.Это для магазина тканей.Они хотят, чтобы клиенты могли добавлять дробные (или десятичные) количества, например 1,75 м.Есть ли у кого-нибудь исчерпывающий список изменений кода , которые позволят использовать эту функцию?
Как исправить синтаксическую ошибку jQuery?
Я пытаюсь обновить поле Total: (span.wrap p span) в нижней части формы с помощью jQuery. У меня есть несколько флажков, с каждым из которых связана цена, содержащаяся в атрибуте title, например: title="$2". Я бы хотел, чтобы поле Total: обновлялось динамически, когда пользователь устанавли...
Программное обеспечение для корзины покупок от нескольких поставщиков
Я собираюсь создать веб-приложение, которое позволяет нескольким магазинам электронной коммерции сосуществовать в одной установке и позволяет каждому отдельному поставщику управлять своими собственными продуктами, ценами, отчетами о продажах и т. д. Я знаю, что были количество предыдущих вопросо...
Быстрые и удобные тележки для покупок
Кто-нибудь может дать мне 411 на тележках для покупок? У меня есть клиент, который хочет продавать подарочные карты на своем веб-сайте, но я хотел бы найти решение, которое можно быстро реализовать (от 5 до 15 часов). Единственное, что мы будем продавать, - это подарочные карты (только одна п...
Должен ли я использовать коды стран ISO 3166 (США) или коды культуры (en-US)?
ISO 3166 содержит список из двух символы коды стран , например США , Великобритания , Франция . В корзине покупок, которую я использовал, есть оба этих кода, а также коды культуры, например en-US или en-UK . Для отдельного проекта я подумал, что более длинный код более полезен, по...
Интеграция Magento с простым статическим сайтом
Magento - чрезвычайно мощная платформа для электронной коммерции. Тем не менее, это также очень сложно, и я хотел бы знать, есть ли относительно простой способ использовать Magento в качестве бэкэнда нашего mISV-сайта для выполнения заказов без фактического «использования» фреймворка Magento для...
Paypal integration to serve multiple sellers in one go for a shopping site
We are in a process of making a shopping site. Here, the buyer can select the items of their choice and put them in shopping cart. These items can be from different sellers. Now, when the buyer makes the payment we want that the amount should be automatically deposited in each sellers account as ...
php shopping cart need advice
I am shopping for a shopping cart(no pun intended), few requirements: php written supports several method payments: visa, mastercard, paypal easy integration well tested and stable html could be edited to make it look like a part of web site what are the big ones out there to use?
Building site.. custom inventory system.. cart recomendation?
I am building a site using code igniter. I am developing a custom product catalog using php and mysql. What is the best way to go about making those products purchaseable online. I thought about writing my own cart, but I am a little worried about how much time that would take. Most carts I...
getting nil object in shopping cart
i am creating a simple shopping cart in rails, when I add the product to cart i get this error : You have a nil object when you didn't expect it! the add to cart method is : def add_to_cart begin product = Product.find(params[:id]) rescue ActiveRecord::RecordNotFound log...
edit content in ruby on rails shopping cart
I am trying to build a simple shopping cart with rails, now I am able to add products to cart, I want to know how can I edit products while they are in cart, I am using sessions to control the products in shopping cart. here is what the user see when add to cart : <% @cart.items.each do |item...
Best way to control shopping carts
I am trying to build a simple shopping cart, i read about controlling them and see there are 3 ways to control them. one is cookies, another one is session based, and last one is database model. I am wondering which one is better choice ? some told that database method is better but its harder to...
Shopping Cart Structure Problem, Size selection etc
I'm working on a shopping cart and my problem is, how should I design database for size selection for products? Tshirts can be "XL, L, M, S" etc. and shoes can be "36,37,38,39...blabla" Should I do just one size table or many tables for several types (tshirt, shoes etc.)? Thanks in advance...
shopping cart for non registered users
I am in the process of making a website that involves a shopping cart. There are two major requirements: The user experience guys want login/authentication to be the very last step in the entire work flow. The user gets to do all the shopping and is asked to login only at the time of checking ...
Keep a shopping cart updated without relying on an 'Update Cart' button
Am in the process of implementing a fairly conventional shopping checkout flow. Currently it steps thru like: User adds an item to the cart and is presented with Step1 (login or register as new customer) User is presented with summary of current the order and a handful of controls that modify ...
Rails: when would one use shopping cart software when developing a webstore with rails?
For someone who would like to develop a webstore type web application, and at the same time learn about web development with rails, would you recommend using a shopping cart service or starting from scratch? I guess I'm not entirely sure exactly what shopping cart software is either, so if someon...
Shopping cart and stock management
I am currently building an ecommerce site with PHP/MySQL. Recently, I have been working on the Shopping Cart integration. The client wanted to ensure that stock was available to potential buyers, so I created a stock management system. The shopping cart works as follows: Client adds a quant...
What is the best way to secure a shopping cart within a JAVA/Tomcat website?
I am looking for the best-practice solution regarding how to secure a "shopping-cart" part of an otherwise (relatively) unsecure website. The existing setup in the site uses an unsecure-cookie, and only secures (via SSL) the transaction of credentials. The rest of the site is accessed via HTTP ...
Add To Basket Script - some design help, please
I'm writing a script to let users place items in their baskets. It is very complex so far, and I would like to talk it through with someone to see if they can suggest better design or tidy the current design up. Here is the code I have, which doesn't work very well (i.e. has errors that I haven't...
ASP.Net shopping cart application
I am trying to create an C# / asp.net shopping cart application from scratch (the intention is to understand the layout and the functionality). Any idea where I can get ideas about how to create a basic simple shopping cart app? I know there is alot of information out there, but I wanted to get ...
tips on building my first ecommerce site
I've just taken on a client who needs a subscription based ecommerce site created using ProductCart software. I'm pretty handy with PHP so I should be able to figure out the software. My question is - what are some things i should be aware of when creating a subscription based ecommerce site? Wha...
How do I get ALL of my product items to show up on the homepage of magento 1.3.2?
I installed Magento v1.3.2.3 and added most of my product inventory. However, I can only get 5 items to display on the homepage. I need all my products to show up there. How? This is currently the code I am using. {{block type="catalog/product_new" name="home.catalog.product.new" alias="produc...
What to do if someone tries to add part of a product to a basket?
If a customer were "silly" (being polite here) enough to try and add, as an example, 4.6 items to their basket, what would you expect to see? or how would you deal with it. Obviously, we only deal with digital quantities (our hacksaw broke last week). There seems to be a lot of inconsistence acr...
E-commerce package for PHP / Customer management and "order tracking"
We're developing a PHP based website through which people can subscribe to certain services. I'm looking for a solution (open-source or reasonably priced) that helps track customer's orders - what have they ordered --> have they paid or not --> has that been approved by the site administrat...
integrating a shopping cart, not the other way around
ZEN Cart seems to be able to do anything I could possibly ever want, but seems a bit bloated (for me) and more importantly - it's design process seems unbearable. I don't want to have reform a default design, I have my website design completed other than the shopping cart related items. I want to...
Реализация корзины покупок
Я хочу интегрировать корзину покупок на свой сайт. Корзина должна быть такой, чтобы она сбрасывалась после выхода пользователя из приложения. Этого можно добиться либо через сеансы, либо с помощью таблиц базы данных. Что следует предпочесть из двух вышеупомянутых? Есть ли какие-нибудь лазейки...
Как создать корзину электронной коммерции в Django?
Есть ли книга или учебное пособие, в котором рассказывается, как создать корзину покупок с помощью django или любого другого фреймворка на Python?
Требования к кодированию приложения Store Manager на Java?
Может ли кто-нибудь перечислить требования для создания приложения Store Manager Windows для PHP-магазина в Интернете. Например, вот приложение для Windows, которое управляет интернет-магазином: hXXp: //www.pinnaclecart-manager.com/ Я знаком с Java и PHP. Может ли кто-нибудь перечислить...
Корзина покупок jQuery
Я хочу использовать корзину покупок на моем портале. могу я получить плагин корзины покупок для jquery? Гнанияр Зубаир
Отправить форму в Facebox
Есть ли способ отправить форму в Facebox? Как и сейчас, вам нужно использовать тег привязки для вызова метода facebox, но мне нужно отправить форму и отправить данные в обработчик php и показать их в facebox. Итак, если я нахожусь на order.html, а затем отправляю кнопку добавления в корзину, ...