Questions tagged [configurable]
161 questions
0
votes
1 answer
How can I show the unenumerable property id when printing the object to the console
I have a simple task here that requires me not to make the id enumerable but at the same time, it should be shown when logging the object in the console how can I achieve that when I have to make the property descriptor enumerable false?
const…

Hamza-Noah
- 1
- 1
0
votes
1 answer
Android : how to keep data as configurable
In my application for every launch, i want to sync data in my DB only if the last sync had happened before "x" hours. I want this parameter as configurable. Like it should be possible to set as 24 hours and later change whenever needed.
Where can i…

preetha suraj
- 11
- 3
0
votes
1 answer
Configurable methods in Postman request
This request is working fine
https://localhost:3000/api/catalog/1435
Being catalog the method and 1435 the catalogId to get.
I cannot transform the server (ASP controller) to work with
https://localhost:3000/api/catalog/?1435
that is, 1435 become…

Alberto Martín
- 99
- 7
0
votes
1 answer
Configurable product using javascript / jquery
Configurable Product
Hi,
I'm trying to generate configurable products for the selected attributes using JavaScript.
I want to generate 3.0_Aluminium_1219, 3.0_Amber_1219, 3.8_Aluminium_1219 and 3.8_Amber_1219.
I have used the following script to…

Nagoor Meeran
- 1
- 3
0
votes
1 answer
Orocommerce configurable Product layout issue
I installed the new 5.0 RC Version of Orocommerce and tried to create a configurable Product like I did in the 5.0.0-Beta2 before. The Product itself is working like expected, but the layout of the product in the storefront is wrong.
The…

LeonW.
- 21
- 1
- 4
0
votes
4 answers
alfresco workflow configurable and barcodes
i have a couple of questions on Alfresco.
Is Alfresco workflow module, point and click configurable or is programming needed?
Can Visio diagrams be used to set workflow?
Can Alfresco process 1-D and 2-D barcodes?
Regards
vish

Blue Sky
- 807
- 1
- 15
- 36
0
votes
1 answer
ECharts 5 Radar Chart as Configurable Function
I'm trying to get an example of an eCharts 5 chart as a configurable function
I want to be able to pass in data + Id's to plot in multiple containers without repeating code
(Currently transitioning from d3.js to eCharts and not the best at JS in…

datavizard
- 11
- 3
0
votes
1 answer
i don‘t know how to do configurable commands in discord.js
So I recently started creating a new Discord bot using discord.js. I just wanted to make a command to set up reaction roles, but I can‘t figure out how to implement the arguments from discord in the code without writing it in the js file manually.…

user13529248
- 3
- 1
0
votes
3 answers
Magento product types
How do know which product type to use in Magento? Especially, when should I use simple and configurable products?

Max
- 117
- 4
- 18
0
votes
1 answer
Magento 2.2.5, how to create a configurable product with simple products associated
I want to create programmatically a configurable product with a simple product associated to it.
The script is executed with no errors but I can only see the configurable product created with no assocciation, while the simple product is created but…

vicario93
- 33
- 1
- 5
0
votes
1 answer
Why isn't my config class annotated with @Configurable and @ComponentScan not initializing beans twice?
I have read that
"The fact that @Configuration classes are @Components also means that your @Configuration classes are picked up automatically if you have component scanning enabled on the package that contains them. This can have both intended and…

katiex7
- 863
- 12
- 23
0
votes
0 answers
Configurable products with same attribute_set not getting associated
I have a question for you, Magento/Magmi Masters.
So after weeks of struggling setting everything up in Excel for Magento to digest my database correctly, I am stuck because of the configurable products. I input the same attribute_set for both…

Komo Rebi
- 11
- 4
0
votes
1 answer
Set price to the simple product related to a configurable product Magento
I am making the link between simple and configurable products as follows:
Mage::getResourceSingleton('catalog/product_type_configurable')
->saveProducts($confProduct, $simplesToAddConfig);
But in this way it is not possible to inform the…

Jose Eduardo
- 487
- 9
- 27
0
votes
1 answer
Magento Setting Configurable super attribute
I have made all the scripts to add one configurable product, and multiple simple products, and managed to associate them all with color and size. My scripts works fine and does the job but, I always have to go to backend and select the configurable…

Salah Elabbar
- 11
- 2
0
votes
1 answer
How to add configurable product (5000) in Magento? I have upload only 1 Days
I have upload 5000 configurable product in Magento only 1 Days. Please specific how to upload CSV or xls auto create csv product simple with configurable product. By code or "Magento connect plugin".
Two attribute add size and potency. How to upload…

Prashant
- 1
- 1