5,250 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
1
replies
73
views
How to properly structure an aggregation pipeline builder for a product catalog (filters, sorting, pagination, min/max price)?
I’m building a product catalog API using MongoDB’s aggregation pipeline.
On the Node.js side I have a TypeScript "builder" that dynamically constructs the pipeline based on filters, sorting, and ...
1
vote
1
answer
77
views
How to avoid checkout payment race conditions with limited stock? Rails 8
I am building an e-commerce with Rails 8 and Stripe through their API for a pottery business. These are all unique, one-off items for now and with the demand she already has, I anticipate her site ...
0
votes
0
answers
38
views
java.lang.IllegalAccessError: xmltask XPathAnalyser15 cannot access com.sun.org.apache.xpath.internal.objects.XNodeSet|Hybris Ant|MacOS 26 Tahoe
I am trying to run an Ant build ( ant clean all ) for my SAP Commerce Cloud (Hybris) project on a local macOS environment. The build fails immediately with a java.lang.IllegalAccessError related to ...
Tooling
0
votes
1
replies
94
views
How to add a weight-based extra charge to Shopify shipping rates?
Add charge to shipping rate based on weight in Shopify
I want to add an extra charge to the shipping rate based on cart weight.
If the total cart weight exceeds 1 kg, I want to add an additional 20 tk ...
1
vote
0
answers
46
views
Generating End of Day Forms using the Amazon SP-API
We are trying to automate the generation of a USPS Scan Sheet which is found in the End of Day forms in Seller Central. Does anyone know if this is possible? I have not been successful in locating ...
0
votes
1
answer
64
views
How to programmatically map Akeneo attributes to Magento 2 custom attributes from a webhook payload?
I'm building a Magento 2 module to synchronize product data from Akeneo PIM using webhooks. My current approach for mapping attributes from the Akeneo payload to a Magento product is hardcoded, which ...
0
votes
1
answer
99
views
Hydrogen 2 + Remix: cart briefly updates, then `totalQuantity` & prices drop to zero
I’m building a storefront with Shopify Hydrogen 2, Remix, and React 18.
When I add a product with CartForm.ACTIONS.LinesAdd:
the form submits without errors
a new line does appear in the cart UI
...
0
votes
0
answers
49
views
Shippo API returns usps_label_expired but no past-due invoices are visible in dashboard
I'm using the Shippo API to generate a USPS shipping label, but I’m receiving the following error:
[
{
"code": "usps_label_expired",
"source": "Shippo"...
0
votes
1
answer
36
views
Can i connect my Youtube Channel Store to a Django E-commerce Website? [closed]
I am Django developer and I have a client who wants to connect his youtube store with the website that i'm gonna build with django. now i am confused that youtube will successfully connect the website ...
0
votes
1
answer
109
views
Temporal Scalability
I am looking to use temporal to stitch my customers journey in an e-commerce platform.
The workflow is supposed to start when a user clicks on 'search', and supposed to end when the customer finally ...
0
votes
1
answer
102
views
Adding rating star in JavaScript e-commerce website
I’m having trouble fixing a JavaScript issue. I’ll share my HTML and JavaScript code. Here’s what I’m trying to achieve:
Before clicking any star, star-value.textContent should be ‘-’.
When a star is ...
0
votes
0
answers
56
views
Table Press plugin not applying CSS for mobile
I have created a size chart for a product using Table Press plugin for Wordpress. Then I create a pop using pop maker plugin and add the Table to it. Then I add the pop up as a link on Single Product ...
-1
votes
1
answer
138
views
Removing features on dokan customer dashboard
How can i remove REQUEST QUOTE on customer dashboard, I've tried everything
I've tried using dokan settings and theme customizations.
I don't know how to get this done as customer doesn't need to ...
0
votes
0
answers
39
views
Multiple Merchant ID's based on products in the Cart for payment processing
Requirement:
Product A Payment must be processed against Merchant A and Product B Payment must be processed against Merchant B
Single Cart with mixed products
We want the customer to provide Payment ...
0
votes
0
answers
113
views
How to Fetch Static Filters & Dynamic Products Efficiently in Next.js?
:)
I'm building a marketplace that displays a paginated list of products, which users can filter. I am using NextJS 14 with the app router. Each product belongs to a category, and each category has a ...