News:

Looking for documentation? Take a look on our wiki

Main Menu

Product Options Custom Field Dropbox Plugin (Updated)

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

Previous topic - Next topic

andersen

jQuery.event.special.hover is undefined
[Break On This Error] jQuery.event.special.hover.delay = 100;
rizal (line 96)
missing ] after element list
[Break On This Error] '/templates/lepos/head.png'
rizal (line 125)
GET http://kargoforwarder.com/index.php?option=com_v...irtuemart%26virtuemart_product_id%255B%255D%3D37
   
200 OK
      712ms   
jquery.min.js (line 18)
ParamsHeadersResponseHTML

FYI is the space in attribute? ((&18))

this is what i found...

<br />
<b>Warning</b>:  Illegal offset type in isset or empty in <b>/home/gokargo/public_html/components/com_virtuemart/router.php</b> on line <b>130</b><br />
<script>document.location.href='http://kargoforwarder.com/balikbayanshipping/Array/-detail/recalculate?nosef=1&format=json&drop[custom_drop]=22x22In&drop[custom_drop]=Monday&drop[custom_drop]=7am10am&18=128&1[27]=127&2[28]=125&quantity
  • =1';</script>

PRO

<b>Warning</b>:  Illegal offset type in isset or empty in <b>/home/gokargo/public_html/components/com_virtuemart/router.php</b> on line <b>130</b><br />
<script>document.location.href='http://kargoforwarder.com/balikbayanshipping/Array/-detail/recalculate?nosef=1&format=json&drop[custom_drop]=22x22In&drop[custom_drop]=Monday&drop[custom_drop]=7am10am&18=128&1[27]=127&2[28]=125&quantity
  • =1';</script>


    ^^^ if you notice the url is being re-written

    nosef=1      is supposed to be NO SEF.

    IT will not work with this url.


    Why use a sef component?


    Vmart works well without.


Fintan

#302
Is there any way to make this multiple choice, like with the ctrl key, or show as a check list? I activated show as list in the custom field config. but it still shows as a drop down with only one choice.

Thanks for any help and your big effort.


PRO


Fintan

#304
Too bad. Would you know of a plugin that does this?


andersen

Quote from: PRO on August 09, 2012, 23:54:46 PM
<b>Warning</b>:  Illegal offset type in isset or empty in <b>/home/gokargo/public_html/components/com_virtuemart/router.php</b> on line <b>130</b><br />
<script>document.location.href='http://kargoforwarder.com/balikbayanshipping/Array/-detail/recalculate?nosef=1&format=json&drop[custom_drop]=22x22In&drop[custom_drop]=Monday&drop[custom_drop]=7am10am&18=128&1[27]=127&2[28]=125&quantity
  • =1';</script>

    So i can actually get traffic and make money. without SEO allot less traffic and success overall. i dont want to site back and look at a website, it;s a business tool!  thanks


    ^^^ if you notice the url is being re-written

    nosef=1      is supposed to be NO SEF.

    IT will not work with this url.


    Why use a sef component?


    Vmart works well without.



PRO

Quote from: andersen on August 10, 2012, 19:03:08 PM


So i can actually get traffic and make money. without SEO allot less traffic and success overall. i dont want to site back and look at a website, it;s a business tool!  thanks



I mean why use a 3rd party SEF component.

native joomla SEF works will with virtuemart 2.0

andersen

Several benefits; SEF URL's, automatic redirection, minutia such as that excellent suggestion you made about file suffix, etc! it's allot faster as well 8-)

Fintan

Quotethis might be helpful http://network.convergenceservices.in/forum/46-virtue-mart/1238-steps-for-adding-attributes--custom-fields-in-virtue-mart-20--to-products.html

Thank you for that. I tried but was not successful. Have contacted Deepesh Chang and will see what transpires.

techmodule

Quote from: PRO on March 16, 2012, 11:52:11 AM
updated
now fields are stored
Red,Blue|10,Yellow|-20,Purple

TO do an sql update
BACKUP FIRST
update jos_virtuemart_product_customfields set custom_param=replace(custom_param,'+','|+')
update jos_virtuemart_product_customfields set custom_param=replace(custom_param,'-','|-')


ALSO: With updated version
The custom field setup will not save with price variations.
Youhave to do that in the individual product.
BUT:
If you have
red,Blue,Green,Yellow    etc. You will be able to apply them with 1 click.

Plugin Features:

  • Apply A Template Of Options w/ 1 Click
  • Uses a Comma Separated List For Options
  • Price Variant
  • Also Accepts Negative Numbers for "minus"

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

Instructions:
Install The Plugin
Enable It
Go to custom fields.
Click "new"
Choose Plugins
The dropbox
Fill in the title.
Fill In the option template separated by Commas.
For example
Red,Blue,Green,Yellow
Go To a Product Custom Fields.
Choose the plugin.
You will see all the options there already. You can just hit save.

You can change the template, and the specific product options without changing the products that already have them assigned to them.

For Price Variant just add |+ or |- at the end.
DO NOT PLACE AT THE FRONT
For example
Small,Medium |+5, Large |+10

For negative Just use
Large,Medium |-5,Small |-10
Dear
How can i add the products image to the drop plugin
Example: i have the iphone products
1st option: black                  ---> image is ip4-black.jpg
2nd option: white                  ---> image is ip4-white.jpg
Thank you

PRO

Quote from: techmodule on August 13, 2012, 04:27:37 AM

Dear
How can i add the products image to the drop plugin
Example: i have the iphone products
1st option: black                  ---> image is ip4-black.jpg
2nd option: white                  ---> image is ip4-white.jpg
Thank you


This plugin will not do that.


ben1390

Hi,

Is it possible to make a field mandatory yet? I read earlier in this thread that it was something you were looking into and was wondering if there is an update on this yet?

PRO

Quote from: ben1390 on August 16, 2012, 12:23:35 PM
Hi,

Is it possible to make a field mandatory yet? I read earlier in this thread that it was something you were looking into and was wondering if there is an update on this yet?

No not possible yet

ben1390

#314
Quote from: PRO on August 16, 2012, 16:04:38 PM
Quote from: ben1390 on August 16, 2012, 12:23:35 PM
Hi,

Is it possible to make a field mandatory yet? I read earlier in this thread that it was something you were looking into and was wondering if there is an update on this yet?

No not possible yet

Is this something you could add in the near future please?