e-commerce

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

删除回忆录丶 提交于 2020-01-06 01:59:05
问题 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

How to add sub options in Opencart?

旧城冷巷雨未停 提交于 2020-01-03 21:10:40
问题 I am using the latest 3.0.2.0 version of opencart. For options I want to add sub options, also I want to have pricing for sub options as there is for options. There is a lot of talk about dependent options from 2009 and earlier for opencart, but it never came in core release. Why is everyone saying that it is too difficult to implement dependent options ? What is the solution ? Option Colour RED (+$2) Sub option Size Small (+$3) Medium (+$4) Large (+$6) Option Colour BLUE (+$2) Sub option

Rails Shopping Cart - not adding to current order

為{幸葍}努か 提交于 2020-01-02 06:10:12
问题 Rails noob here. I'm building a basic shopping cart and it was working perfectly before. Without changing any code (I git reset --hard to my prev commit where it was working) it broke. (?!?) Here's the breakdown: Github Repo: https://github.com/christinecha/michaka Creates a product. ✓ Adds Product ID to a new Order Item. ✓ Adds Order Item to an Order. ✓ -- Possible Issues ! - New Orders keep being created as you create Order Items = cart is always empty. ! - Cart is not connecting to the

Overcome limit of 50 in for loop in shopify

一曲冷凌霜 提交于 2020-01-02 04:36:18
问题 I have paginated a product list over a limit of 50 to fit in the whole page ( index.liquid ). But the if condition within for loop doesn't apply over whole paginated items as for loop is limited to 50 items. Any help would be appreciated. <td class="collection-reviews"> {% paginate collections.all.products by 1000 %} {% for product in collections.all.products %} {%if product.metafields.spr.reviews %} <div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews

Implementing SSO in a .NET Web Farm for several e-commerce websites with WIF?

こ雲淡風輕ζ 提交于 2020-01-02 02:46:08
问题 I have what I think is a fairly complicated question so I will do my best to articulate it here. I am looking for a single sign on (SSO) solution. I am aware of many of the options out there but have ruled most of them out as I add criteria that they need to meet. Here are the criteria: 1.) The SSO must be added to an existing "system". 2.) The existing "system" consists of "X" number of websites. 3.) All of the "x" websites are e-commerce. 4.) The websites are all owned by company Y, for

Paypal Express - Add Discount

半腔热情 提交于 2020-01-01 04:23:08
问题 I'm currently posting a regular transaction to Paypal Express and am reaching the gateway without error. I would like to now configure my cart to send a discount to the gateway. My first thought was to modify the 'AMT' value that is sent to the gateway. However, it seems that Paypal validates the 'AMT' field by calculating the total of the ITEMAMT , TAXAMT and SHIPPINGAMT fields to ensure the total is unchanged: [L_AMT0] => 49.99 [L_NUMBER0] => 3706{3}8 [L_QTY0] => 1 [L_TAXAMT0] => 0.00

Looking for a lightweight ASP.net shopping cart that is PayPal compatible [closed]

你说的曾经没有我的故事 提交于 2020-01-01 03:11:34
问题 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 last year . I am currently developing a simple eCommerce site. I am looking for a lightweight non hosted ASP.net shopping cart solution that needs to Be able to talk to PayPal Integrate with current site Preferably handle PayPal's Instant Payment Notification The current site uses PayPal buy it now buttons or PayPal's add to

django-cart or Satchmo?

白昼怎懂夜的黑 提交于 2019-12-31 08:24:20
问题 I'm looking to implement a very basic shopping cart. Satchmo seems to install a lot of applications and extra stuff that I don't need. I've heard others mention django-cart. Has anyone tried this Django app (django-cart)? Anything to watch for or any other experiences? 回答1: Well if you want to use django-cart you should view it as a starting point for developing your own. The last commit (r4) for the project was November 2006. By comparison, the last commit (r1922) to Satchmo was a couple of

WooCommerce - where can I edit HTML generated by hooks?

我与影子孤独终老i 提交于 2019-12-31 08:08:10
问题 I'm new to WooCommerce. Anyhow, I want to create my own theme, so I followed the guidelines and copied accross the core template files to /mywordpresstheme/woocommerce/ . That all works great and I'm editing the templates just fine. However, the way hooks and actions work in WooCommerce is baffling me and I can't work out where certain parts of generated HTML are coming from. For example, in content-product.php , there is a hook that gets the image: <?php /* * woocommerce_before_shop_loop

Good e-commerce platform for Java or .NET [closed]

。_饼干妹妹 提交于 2019-12-31 07:55:53
问题 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 7 years ago . I'm looking for an e-commerce "platform" in Java or .NET that can satisfy the following requirements: Product / Service Management