Hi,
First i had a problem with the quantity being put beside the attribute and treating it as a product. I fixed that by do this.
- Locate the file ActinicOrder.pm in the site folder.
- Edit the file using a text editor such as Notepad.
- Search for $pComponent->{'QUANTITY'}, Change to $pComponent->{''},
NOW COMES PROBLEM 2.
I created a variable for the shopping cart details page (Item(s)). It is putting it beside the attribute again see below. How can this be fixed?
Is there a way to create a blank variable Instead of having a default so nothing shows at all when selected?
Item(s) should be beside foot size.
DESCRIPTION QUANTITY PRICE
Product# S-913L 1 Item(s)
Select Foot Size - Size: 4 1 Item(s)
First i had a problem with the quantity being put beside the attribute and treating it as a product. I fixed that by do this.
- Locate the file ActinicOrder.pm in the site folder.
- Edit the file using a text editor such as Notepad.
- Search for $pComponent->{'QUANTITY'}, Change to $pComponent->{''},
NOW COMES PROBLEM 2.
I created a variable for the shopping cart details page (Item(s)). It is putting it beside the attribute again see below. How can this be fixed?
Is there a way to create a blank variable Instead of having a default so nothing shows at all when selected?
Item(s) should be beside foot size.
DESCRIPTION QUANTITY PRICE
Product# S-913L 1 Item(s)
Select Foot Size - Size: 4 1 Item(s)