e-commerce Questions
1
Solved
How do I add an additional field to django-oscar dashboard? I've forked catalog app added an extra field, but the form is not showing after forking dashboard.
from django.db import models
from osc...
Commendam asked 28/9, 2019 at 13:28
4
Is there any way to check if a given website runs on Magento? Looking for a programmatic way. I have tried to look in the documentation, but to no avail.
Fatherland asked 28/11, 2015 at 0:55
5
Solved
I'm in the process of building an online marketplace which sells shippable goods. The site will be similar to Etsy, which will connect merchants with buyers.
I'd like to be able to charge a custom...
Nipha asked 24/2, 2014 at 21:30
3
I have an android app and want to integrate with CCAvenue payment gateway same as flipkart and others.but i don't know how can i integrate CCAvenue because there is no SDK provided.
I have used pay...
Bucolic asked 28/7, 2014 at 8:1
3
Solved
When a payment is validated, the order status becomes "Payment validated" ("Paiement accepté" in french). I want to set another status when payment is validated, so the history would show the follo...
Boule asked 9/2, 2015 at 11:24
15
Solved
Can credit card type be determined solely from the credit card number?
Is this recommended or should we always ask client for the type of credit card they're using?
I Googled about it and found t...
Genital asked 20/8, 2009 at 19:3
3
Solved
My client is requesting that each simple product within a bundled product they are selling (Clothing Top and Bottom) be added as a separate line item in the cart whenever a user adds it. Can anyone...
Chronoscope asked 28/3, 2012 at 20:49
1
I have been trying to understand how amazon will handle concurrency write issues like when multiple users try to buy the same product whose available quantity is only one.
Considering the "PRODUCT...
Masaccio asked 30/12, 2018 at 9:4
6
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...
Stephanus asked 17/9, 2014 at 0:28
5
Solved
Since there's currently no complete solution to build a modX powered website with integrated shop, I was wondering which would be the way to go, to achieve this with a third party cart.
The integr...
Richmond asked 29/1, 2012 at 21:56
3
Solved
I am creating a magento extension. In which I want to update the item quantity in cart programmatically. I am using the following code to display the items in cart.
$quote = Mage::getSingleton('ch...
Flatfish asked 1/3, 2013 at 6:49
3
Solved
I will be constructing an ecommerce site, and would like to use a no-sql database, which will fit well with the plans for the app. But when it comes to which database would fit the job, im not sure...
Temekatemerity asked 19/9, 2012 at 4:44
1
We are creating Instagram ad for the product (from ads manager panel) . It contains the link to the webpage , where one of the steps is that you need to upload the picture.
Problem here is that a...
Studnia asked 22/4, 2016 at 9:5
1
Solved
I need to create a web app (product/estimates configurator) + ecommerce + website and I can't decide between Laravel or OctoberCMS + writing custom plugins.
I need to create some static page...
Shortcoming asked 13/6, 2018 at 8:55
1
I've built a Ruby on Rails API that process payments through Braintree. For an specific request, I need to edit the "Order ID" field on braintree but I haven't found how to do so. I'm able to load ...
Uel asked 11/6, 2018 at 17:0
4
I'm working for a company that is generating gift card codes which can be used to pay for goods on online stores.
I'm wondering what the most secure way of generating these gift card codes are. T...
Jolenejolenta asked 3/4, 2018 at 10:2
1
I've read a lot in the last couple of days, but wasn't able to find a solution which works for me. Also saw some stuff where the string type was using, which is deprecated in the ES version I'm usi...
Dorser asked 8/11, 2017 at 22:20
11
I am new to Magento...Installed 1.7 community Edition.
I have heard great deal about it and so far I was not impressed..anyway I am trying to add images to a Product but 'Browse files' and 'Upload'...
Corazoncorban asked 22/2, 2013 at 10:55
3
Solved
I have an e-commerce website and I need to display products in homepage based on user interest like advertisement showing on facebook and google based on the search we did on the internet.
Is the...
Pleura asked 1/3, 2018 at 18:50
3
Solved
I'm trying to upgrade an application so that I can sell to multiple countries. I store all of my prices in the database in GBP excluding tax up to 4dp and I need to calculate the prices in the coun...
Surety asked 7/12, 2017 at 17:18
4
Solved
I have a woocommerce store and I want to add star ratings to each of the products when you see their thumbnails. I already have the stars in the big product view but I want them to display below ea...
Kawai asked 9/1, 2013 at 1:52
4
Solved
I want to be able to call through the API to get an array of all the categories with the details like the URL key. That goal in the end will be an array like this
$massage_cats=array(
array("enti...
Anastassia asked 25/2, 2012 at 21:18
3
Solved
Im trying to access the Magento customer session in another part of my website.
domain.com/shop/ <- Magento
domain.com/test.php
The shop itself works like a charm, however im trying to determ...
Roderica asked 8/7, 2009 at 15:35
1
Solved
We have a website that uses enhanced analytics. On the page where a list of products is viewed the tracking code looks like this:
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};g...
Perpetrate asked 21/2, 2017 at 13:22
2
We have an eCommerce site that calls our own API (Web Api sat on a windows 2008 server + IIS) to move order from online to an on premise system.
The Api was working fine for months but now we are ...
Pillory asked 3/2, 2017 at 10:3
© 2022 - 2024 — McMap. All rights reserved.