cart
Quick lightweight Shopping Cart with PayPal integration
I have built a couple of Shoppping Carts with Magento recently but I feel it is far too bulky for the shop I will be building next. I will be building a shop that sells only 4 DVDs for a seasonal prom[详细]
2023-01-23 03:17 分类:问答Redirect Magento to checkout onepage after adding item to cart
How can I redirect the user after it 开发者_开发百科adds one item to the cart? lets say I want him to choose one item and go to the checkout/onepage, how can I do that?You could create an observer lis[详细]
2023-01-22 19:00 分类:问答Virtuemart: How to make link "Show Cart" dynamic?
I have link \"Show cart\" static now http://www.baytires.com/index.php?page=shop.cart How can I make it d开发者_开发问答ynamic, based on items added?Without looking at the code specifically, there is[详细]
2023-01-19 18:22 分类:问答Accessing shipping cost in Magento's cart and/or checkout
Please note, this question is regarding the shipping cost, not price.There is an important difference, i.e. what $$ charge the shipping method incurs for the store owner, as opposed to what is $$ char[详细]
2023-01-18 18:12 分类:问答coding first php cart - advice needed
I\'m a php noob attempting my first shopping cart. I intend to use paypal checkout when the cart is ready. I\'m having fun playing with this but need assistance.[详细]
2023-01-15 19:41 分类:问答codeigniter: ion auth with shopping cart
I am integratin开发者_开发技巧g ion auth with the codeigniter cart, both are working independently however if I have items in my cart then I login, I lose the cart items.[详细]
2023-01-12 16:28 分类:问答Removing items from a session
I\'m having trouble removing items in a session array in a shopping cart project. The following code should take the selected item and remove it from the session. However the end result is just the sa[详细]
2023-01-12 11:58 分类:问答php shopping cart api
i was wondering if there is an API for a shopping cart (PHP). I have looked at solutions like opencart etc, but i have my own design and i just need some kind of API which i can use and add the shoppi[详细]
2023-01-10 14:28 分类:问答Magento: add product twice to cart, with different attributes!
I have been working with this for a whole day but i cannot find any solution: I have a product (lenses), which has identical attributes, but user can choose one attribute set for one eye and another[详细]
2023-01-03 16:11 分类:问答Creating a record and adding associated records to it
I have a following model class Order < ActiveRecord::Base has_many :products, :through => :line_items[详细]
2022-12-18 07:17 分类:问答