Questions tagged [variants]
62 questions
0
votes
0 answers
Replacing the pattern in the code and generating many variants in r
I have the following lines of code.
path="http:///XXXX"
a1=as.data.frame(csv[[1]][1][[1]]);a1$group="XXXX"
Also I have the names of the 1600 groups for example
df=c("ABC0","ABCF", .... "ZZZZ")
(There is no pattern in the names of the groups)
I…

SSP
- 77
- 6
0
votes
0 answers
Show All Color Variants on Collection page in Shopify using Blockshop Theme
I am using Blockshop theme in my Shopify website. I have different products will color variants. When I click on collection page I want to show all color variants of that products as separate products. Please help

user929431
- 21
- 1
0
votes
2 answers
Date in Variant Array pasted into Excel sometimes loses a day
The following Excel VBA code compares the effect of accumulating hours (1/24 of a day) in a Variant array with Date members, and in a Date array. I have columns C, E, G formatted as Date and D, F, H as Number with a lot of d.p.s. In columns A and…

Boddle
- 13
- 4
0
votes
1 answer
How to format currency in the webshop of Odoo 8?
We have a webshop on Odoo 8. We are in Canada. So, we like the prices displayed in the format xxx,xx $ (with a comma, not a dot).
Actually, the prices are well formatted in the shop. Except for these cases :
On a product page, as soon as a product…

La Page PT
- 571
- 1
- 6
- 20
0
votes
2 answers
Variants and lists in Ocaml
Is it possible to define a list using variants (or something else) which would contain integers and functions simultaneously? I am particularly interested in mixing functions and some other type in a list.
Analogously is it possible to create a…

guser
- 296
- 2
- 12
0
votes
2 answers
How many Product Variant I can push to Google Analytics? and how to do that using Tag manager?
I'm trying to push multiple Product Variants to the DataLayer and Using the Tag Manager pushing these Variants to Google Analytics Premium.
I would like to know how many Product Variants i can add to the dataLayer, and what is the best way to push…

Michel Mitri
- 1
- 1
0
votes
1 answer
Javascript: Compute the number of product variants based on attributes
I want to generate all the possible variants a product can have based on the attributes like color, size, etc. I'm trying to implement the solution given by profitphp in javascript but not getting the desired results.
Here is what I implemented:
var…

codeit
- 111
- 8
0
votes
1 answer
Excel vba Variant array lookup
I have two (non empty) arrays (of variants) with numbers. I would like to list all the data that is in the first array and is not in the second array.
Dim existingWorkerIDs() As Variant
Dim newWorkerIDs() As Variant
For Each temp In…

pshemek
- 1,369
- 4
- 17
- 33
0
votes
1 answer
Woocommerce Variant SKU
Currently in Woocommerce, when handling variable products, the SKU needs to be defined for each variant in full.
What I would like to do, is define a parent SKU, and then define suffix to SKU for each variant, and the final SKU is produced by…

Nicholas Hamilton
- 10,044
- 6
- 57
- 88
0
votes
1 answer
GCM - how to selectively send messages to certain package names?
We have a project with three build variants: dev, tst, live and respective package names our.package.name.dev, our.package.name.tst, our.package.name. All build variants have different back-ends so we need to display different push notifications for…

Mark K.
- 17
- 4
0
votes
1 answer
Create a collection with product variants in shopify
Can I create a collection which contains specific product variants(Based on variant options).
Right now, our problem is that we can't add a variant to a collection, only a product.
The usecase is that we want to create a voucher code, which gives…

MTilsted
- 5,425
- 9
- 44
- 76
0
votes
1 answer
Shopify, Services with Products
I am trying to figure out the best way to solve my problem below. The issue involves services (non-taxable) and products that are taxable.
My website offers CPR courses which is a service (non-taxable), along with the option to purchase the book…
0
votes
1 answer
Shopify: Function to trigger a variant selection change
I am trying to add a quantity discount to my shop, but I have some issues. I want to have different variants for a product, and according to the quantity selected, then I add the right variant to the cart. Bascially I manage to do it through the…

RPI
- 26
- 4
0
votes
2 answers
Shopify Listing Variants in other product page
I have an online store on Shopify. What I am trying to do is on a product page, have a "also needed" type list. I've created all my lists and other items, but what I can't seem to figure out is how to list the variants of one product on another…

dylancorp
- 1
- 3
0
votes
2 answers
Output only size variants in Shopify's liquid logic
I've created a way to filter products in my Shopify shop by size on any given collection page. However, it only works when size is the only variant.
For my shop that's fine, but since I've open sourced the filter, I'd like it to work for just one…

Joel Glovier
- 7,469
- 9
- 51
- 86