e-commerce

Magento Multiple Authorize.net Gateways

浪尽此生 提交于 2020-02-04 01:27:31
问题 I have a CAD and USD gateway accounts for processing credit card payments, both from a payment provider with support for the Authorize.net API. I've successfully configured one using Magento's built-in Authorize.net support... but how can I configure a second Authorize.net Gateway for use in my store? 回答1: You can reuse the existing authorize.net gateway if you assign separate websites to each currency. They don't need to be actually separate websites with their own domain, just to be

OpenCart Mult-store setup over different domains?

随声附和 提交于 2020-01-25 04:23:21
问题 Is it possible to setup Open Cart as a multi-store installation over different domain names? I have a OC setup on domain www.xxx.xx. The official documentation explains how to setup OC on a subdomain (i.e. subdomain.xxx.xx). That is OK and we can do that. However we need ot have the stores running on completely different domains. That means i.e. the multi-store clone installed on subdomain.xxx.xx accessible through www.somedomain.xx. Now I am aware that I could redirect the TLD somedomain.xx

Concurrent Payment Control

帅比萌擦擦* 提交于 2020-01-24 19:37:34
问题 When I click on 'Place Order' I have begun the transaction and set the column is_payment_processing to True before taking the user to the merchant website and then there could be three possibilities: User landed on success callback page User landed on failure callback page User landed neither on success nor on failure callback coz he closed the window. In Third Scenario: The product will remain in the state where is_payment_processing is True. And, other users who attempt to check out the

PP REST API charge tax and shipping without sending address?

那年仲夏 提交于 2020-01-23 07:50:55
问题 Using the REST API, how can I charge tax or shipping if I send the user to PayPal to collect shipping information (and pay, of course)? Doing some research it almost seems like that isn't possible, but I can't imagine that being the case. If I have to collect shipping information myself, the value prop for using PP is greatly reduced. 回答1: With the REST API, just like the Classic API, a PayPal payment is executed in three steps: 1) Send initial information to PayPal to get a token. Redirect

Database Design Brainstorming: Sale Prices

偶尔善良 提交于 2020-01-23 02:00:27
问题 I need to create a database solution to provide product discounting. Current tables: Products Columns: ProductId, ProductTypeId, ReleaseDate ProductPrices Columns: ProductPriceId, ProductPriceTypeId (one product may have n prices), ProductId, Price We want to be able to discount by ProductId and/or ProductTypeId and/or ProductPriceTypeId and/or ReleaseDate. Example sales: Discount a single ProductId. Discount all products of a specified ProductTypeId and ProductPriceTypeId. Discount all

Woocommerce, How to edit the “added to cart” message

喜夏-厌秋 提交于 2020-01-12 07:34:06
问题 When click on add to cart button, the Woocommerce shows the message, view cart, I want to edit this message, actually edit all the span, put some icon etc... 回答1: Add a filter to your theme/functions.php. The code below just overrides the existing $message. This overwrites $message with an nearly identical one that prepends a "checkout" link to the message. Make sure you return the $message. You can of course just modify the existing message, as the entire thing is passed as a string via the

calculate product variants based on option groups and options

天大地大妈咪最大 提交于 2020-01-10 11:31:20
问题 I am writing an ecommerce site, and need a good way to calculate product variations. The Site has products, products can have many option groups, option groups can have many options. So a Tshirt Product has 3 option groups and options: Size : Small, Medium, Large, Color : Red, Blue, Yellow, Black, Material : Cotton, Nylon, which creates: small red cotton, small red nylon, small blue cotton, small blue nylon, ... so on and so forth I know that the script below works, but also that it can be

calculate product variants based on option groups and options

爷,独闯天下 提交于 2020-01-10 11:31:02
问题 I am writing an ecommerce site, and need a good way to calculate product variations. The Site has products, products can have many option groups, option groups can have many options. So a Tshirt Product has 3 option groups and options: Size : Small, Medium, Large, Color : Red, Blue, Yellow, Black, Material : Cotton, Nylon, which creates: small red cotton, small red nylon, small blue cotton, small blue nylon, ... so on and so forth I know that the script below works, but also that it can be

PHP Open Source eCommerce Software [closed]

谁都会走 提交于 2020-01-06 13:58:41
问题 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 hope you are good today, my query is a simple one i am searching for an open source ecommerce solution that can be extended with my

Is it possible to do a post action to two separate servers

社会主义新天地 提交于 2020-01-06 01:59:29
问题 I'm running an online shop and I'm trying to have the "purchase" (which is a form "post" action) post to two separate servers (one local and one remote) ... I think this might be impossible but I'm looking for a definitive answer. 回答1: You could direct the HTTP POST to a "proxy" which immediately does the two separate posts you want (may seem a bit convoluted, wrt having the local server perform the remote post upon receiving the local post, but it has the advantage that you don't need to