News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Product Options Custom Field Dropbox Plugin (Updated)

Started by PRO, March 16, 2012, 11:52:11 AM

Previous topic - Next topic

PRO

Quote from: cspub on June 13, 2012, 15:50:04 PM
So is there a bug in vm 2.0.6 that causes the price variant to act as a discount? i've seen a lot of other post with same question. Do I have to use this plugin as a fix to that issue? I just need to have a modifier to add price to product for certain selection. Only 3 options with price that i need to add. thanks

I just started hearing about this problem with your post.

ARE you sure its setup correct?


cspub

As far as I know it is. I used a Gavik template with it installed. I searched the VM forums and found a lot of post with same issue.

alexelbertse

BanquetTables.pro first i want to thank you for this very good plugin and your fast feedback.

The problem with the discount is now fixed. I reinstalled it. But, the layout is totally messed up. and i really don`t now how to fix it.

could you please take a look at the site or advice on how to sort this layout?

See picture.

thank you in advance!

[attachment cleanup by admin]

PRO

are you talking about the delete button?

alexelbertse

Quote from: BanquetTables.pro on June 15, 2012, 13:32:51 PM
are you talking about the delete button?

No about the custom fields under the image. (see marked area)

What i want is this:

Briljanten: 1
Maat Damesring: 15.5
Maat Herenring: 15.5
Gravure damesring: test
Gravure herenring: test

Like on your site (see image)





[attachment cleanup by admin]

PRO

alexelbertse,

I am using the latest SVN version of vmart

The <br/> is put in there by the system,

YOU COULD open

drop.php

and
in this function
function plgVmOnViewCart

change this
$html .=$separator.$item['custom_drop'].'</span>';


to this (For a temporary fix)
$html .=$separator.$item['custom_drop'].'</span><br/>';

alexelbertse

Thanks for your repley, but didn`t fix it. See picture.

Wich version are you using? Because the latest stable version is still 2.0.6 all the others are in beta.

Gr. Alex

[attachment cleanup by admin]

cspub


PRO

Quote from: alexelbertse on June 15, 2012, 13:03:46 PM
BanquetTables.pro first i want to thank you for this very good plugin and your fast feedback.

The problem with the discount is now fixed. I reinstalled it. But, the layout is totally messed up. and i really don`t now how to fix it.

could you please take a look at the site or advice on how to sort this layout?

See picture.

thank you in advance!

do you have the most recent version of the plugin?

jingle0

do I need to uninstall your previous drop plugin to upgrade to the new version plug in or just overwrite the old version

thx

PRO


jingle0

thanks for your response.  that's what I thought and did.

I went from this:
Mirage 1 (product title)
Mirage 1 Screen Options Mirage1 Colour Choices (custom field titles)
Mirage 1 Screen Options : Large Touring Clear ,Mirage1 Colour Choices : OEM Colour Match (custom field titles with customer selections)

to this:
Mirage 1 (product title)
Mirage 1 Screen Options Mirage1 Colour Choices (custom field titles)

Basically it removed the values selected by the customer and left the headers. 
What I am really trying to get to is this :

Mirage 1 (product title)

Mirage 1 Screen Options : Large Touring Clear (custom field titles with customer selections)
Mirage1 Colour Choices : OEM Colour Match (custom field titles with customer selections)

Also the price adders that were associated with the custom items does not calculate with your new version.

Can you please help?

thanks

PRO

Quote from: jingle0 on June 16, 2012, 17:19:39 PM
thanks for your response.  that's what I thought and did.

I went from this:
Mirage 1 (product title)
Mirage 1 Screen Options Mirage1 Colour Choices (custom field titles)
Mirage 1 Screen Options : Large Touring Clear ,Mirage1 Colour Choices : OEM Colour Match (custom field titles with customer selections)

to this:
Mirage 1 (product title)
Mirage 1 Screen Options Mirage1 Colour Choices (custom field titles)

Basically it removed the values selected by the customer and left the headers. 
What I am really trying to get to is this :

Mirage 1 (product title)

Mirage 1 Screen Options : Large Touring Clear (custom field titles with customer selections)
Mirage1 Colour Choices : OEM Colour Match (custom field titles with customer selections)

Also the price adders that were associated with the custom items does not calculate with your new version.

Can you please help?

thanks



how are you storing the fields?

They are like this
Red,Blue,Green|+10,Yellow

^^ its been like that for a long time now

http://www.kaizenmediaworks.com/virtuemart-2-0-custom-field-dropbox-plugin

jingle0

sorry I must be missing something ...

this is how the custom fields are created
Select one, Yes |+17.00, No

I seen your comment about about changing the actual database table but didn't think it applied since everything except the formatting works.  Is that what I've missed?  :o


PRO

Quote from: jingle0 on June 16, 2012, 18:40:55 PM
sorry I must be missing something ...

this is how the custom fields are created
Select one, Yes |+17.00, No

I seen your comment about about changing the actual database table but didn't think it applied since everything except the formatting works.  Is that what I've missed?  :o





The first version of it was like
Red+10,Green,Yellow+10,   etc.

But, now its

Red,Green|+5,Yellow