[SOLVED] Custom Field Types/Variants - Not displaying on order / emailed order

Started by mark R, September 17, 2015, 17:22:43 PM

Previous topic - Next topic

mark R

Hi All,

## UPDATE 18/09/2015 - Solved - This issue was created by "Cart Input" being set to Yes on the Custom Field Configuration. I have now set this to no and it appears to be working ok.


I am having an issue with the Multi-Variants (sizes, colours) everything works fine, apart from they are not displaying on the Orders?

example :- Size : Small

I have upgraded to 3.0.9.10, and I am using Custom Label for my variants.

Any suggestions / help would be much appreciated.

Many thanks
Mark
Seek and ye shall find.........
4 VM sites and counting

servlet

I dont understand your message but I have a problem with custom fields order.

I fill them in BE but in FE they are not in order. In BE I order them
Size
Color
Material

In FE it displays different order:
Material
Siza
Color

or other combination.

Sometimes after browser refresh there are changes.

I have a products with 5-6 drop down custom fields and they must order on write way, but everything is messed up. I cannot find logical explanation for this BUG.
Он-лайн магазин за фототапети http://mishelfoster.com

Studio 42

Quote from: mark R on September 17, 2015, 17:22:43 PM
Hi All,

I am having an issue with the Multi-Variants (sizes, colours) everything works fine, apart from they are not displaying on the Orders?

example :- Size : Small

I have upgraded to 3.0.9.10, and I am using Custom Label for my variants.

Any suggestions / help would be much appreciated.

Many thanks
Mark

I had same problem with SKU, seems that field used in cart are missing in order view.
eg product_sku is order_item_sku in order

trevorbicewebdesign

I also was experiencing this same issue of the Multi-Variants not showing on orders (or in the cart). When I had set up Multi-Variant products, they would not save the selected variant info in the cart. I created a work-around for this issue by creating a new custom variable string, and saving the Multi Variant Data there. For instance, in addition to the Muilti-Variant you called 'Size' you would also have a custom field called 'Size'. In this field you would type the product size to match the Mutli-Variant value. Its a little cumbersome but it works.

Would prob be better for the Mutli-Variants to just show up but I didn't have time to start tracing that!
Never underestimate the power of stupid people in large groups.
http://webdesign.trevorbice.com/

mark R

This issue is solved... please see initial post.

Sent from my SM-G901F using Tapatalk

Seek and ye shall find.........
4 VM sites and counting

Milbo

Nice, additionally you can now set a customfield "String", without cart attribute and so on... Just hidden, then the mv is also nice searchable
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

yonti

I have the same problem. I have the latest version (VirtueMart 3.2.2) but Multi-Variants not showing on orders (or in the cart).
Help would be much appreciated.

Many thanks

jenkinhill

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

servlet

You can order them if you set order number database via PHPmyAdmin.
Он-лайн магазин за фототапети http://mishelfoster.com

yonti

I have updated to VirtualMart.3.2.3.9587 but the Multi-Variants still not showing on orders (or in the cart).

Currently using VM3.2.3.9579 on Joomla 3.7.3 PHP 7.0.12

My websit is:-

http://ellee.se/index.php/hair-extensions/weft-hair-extensions/aenean-vehicula-vehic-4-detail

http://prntscr.com/fy0axz
http://prntscr.com/fy0b9j

Greetings
Yonatan

jenkinhill

It is a problem with your Joomla template. Using the following URL forces the VM content to use Protostar and default VM templates to show the product where the variants are visible in the cart:
http://ellee.se/index.php/component/virtuemart/cart?Itemid=2076?tmpl=component&template=protostar

You should contact your template supplier for an update.

Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

yonti

I have been in contact with them for the last 2 weeks. They told me to ask virtuemart. I do not know what to do.
Is it difficult to change it?

Currently using VM3.2.3.9579 on Joomla 3.7.3 PHP 7.0.12


Many thanks
Yonatan

yonti

How can i order number database via PHPmyAdmin. Can you please tell me. i am not good in PHP.
Currently using VM3.2.3.9579 on Joomla 3.7.3 PHP 7.0.12
Help would be much appreciated.

Many thanks
Yonatan

jenkinhill

Quote from: yonti on July 20, 2017, 15:21:03 PM
I have been in contact with them for the last 2 weeks. They told me to ask virtuemart. I do not know what to do.
Is it difficult to change it?

The default VM template code in  joomlaroot/components/com_virtuemart/views/cart/tmpl/default_pricelist.php   is:


<?php echo JHtml::link ($prow->url$prow->product_name);
echo $this->customfieldsModel->CustomsFieldCartDisplay ($prow); ?>



It looks like they have not included the second line (or an equivalent) which displays the custom fields.  You bought this from smartaddons.com - they should support it. I notice their demo of the template includes shoes - but they have not included any option to select a size. That should have been a warning sign.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

yonti

When i look joomlaroot/components/com_virtuemart/views/cart/tmpl/default_pricelist.php
the second line included but the custom fields not displays. When i create string custom fields it displays in the cart but when i create Multi-Variants custom fields  is not displays in the cart.

http://prntscr.com/fyahjl


Currently using VM3.2.3.9579 on Joomla 3.7.3 PHP 7.0.12