He has his own Woocommerce store, he did an export there, we imported that TXT file and it doesn’t work. Every line is a product.
Also when I want to open his TXT file in Excel, everything is in one column.
I did the same with my own store, exporting products, opening in Excel –> everything perfect.
When importing, his file appears to be 1200: Unicode separated by commas. my file is 65001: Unicode (UTF-8).
How can I solve this and import his products?
]]>{% if tipo_de_solo.value %}
<tr>
<th>{{ tipo_de_solo.label }}</th>
<td>
{% for choice_item in tipo_de_solo.value %} {{ choice_item.title }}
{% endfor %}
</td>
</tr>
{% endif %}
{% if tipos_de_planta.value %}
<tr>
<th>
{{ tipos_de_planta.label }}
</th>
<td>
{% for term_item in tipos_de_planta.value %}
<a target="{{ term_item.target }}" class="acf-view__tipos-de-planta-link" href="{{ term_item.value }}"> {{ term_item.linkLabel|default(term_item.title) }}
</a>
{% endfor %}
</td>
</tr>
{% endif %}
]]>Thank you!
]]>/www/wp-content/plugins/contact-form-cfdb7/inc
> export-csv.php
– public function array2csv(array &$array, $df){
$delimiter = ‘;’;
if (count($array) == 0) {
return null;
}
– fputcsv( $df, $heading, $delimiter );
– fputcsv($df, $line_values, $delimiter);`
Otherwise the export is completely distorted because all the information is put on the same line… Do you have an explanation for this?
Hope you can help me
Best regards,
Romain
]]>I have an export where I’ve used acf field of an image repeater.
I get all the image links in the csv file but I want to chenge the delimiter from “|” to something like ” | ” so the url’s are separated.
Thank you in advance.
]]>I’m not sure when this issue started (sometime in the last few months), but it seems that footnotes now conflicts in some way with GravityView. On pages where we use a GravityView shortcode (see linked page), some garbage text appears above our View:
,”filter”==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}});
…and a spurious footnote is created at the bottom of the page. I’m guessing something is triggering the “double parentheses” footnote rule. Is our only option to choose a different delimiter for footnotes, or is there a better solution?
Best,
Tashi
One Earth Sangha
We’re experiencing an issue where the pricing is not working if the cent delimiter is a comma “,” instead of dot “.”
The woocommerce delimiter is set to “,” and this is creating a discrepancy between the delimiter. [The customer does not want to change the delimiter to a dot]
This was working for us previously but only now stopped working with a comma, is this a known issue or anything we can do about it?
Thank you
]]>Is there a special character or process I need to use to be able to use an apostrophe in our wording?
Thanks in advance!
]]>