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

marcof

I meant the previous screenshot :)

This is the actual situation. Tried to remove one attribute but I get a 500 Server Error....

[attachment cleanup by admin]

marcof

Solved it...problem was a hack in userfields.php, coming from another post. I could not delete or modify Products, it lead to a server error. The problem was a hack in userfields.php, coming from another post. I restored the original file and the problems were gone!  :) Thanks for the help so far!

HG

is it possible to get the old version because

+$5 for eg. was working fine for me i update to 2.0 impossible to add | in all items...

PRO

Quote from: HG on February 10, 2013, 23:13:26 PM
is it possible to get the old version because

+$5 for eg. was working fine for me i update to 2.0 impossible to add | in all items...



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,'-','|-')

HG

Thx it worked...

that means for future item I will need to add | manually?

PRO

Quote from: HG on February 11, 2013, 18:12:39 PM
Thx it worked...

that means for future item I will need to add | manually?

yes

its not hard when you get in the habit


PRO

Quote from: PRO on February 11, 2013, 19:54:18 PM
Quote from: HG on February 11, 2013, 18:12:39 PM
Thx it worked...

that means for future item I will need to add | manually?

yes

its not hard when you get in the habit




^^^ its ONLY when you add price not for regular

red,green,blue   etc

Seltsian-Void

Thank You very much for this plugin. Works great

realistix

Hi Pro. I was just wondering if not being able to add prices into the template is intentional or if there is a coding obstacle that makes it tricky?

PRO

Quote from: realistix on February 23, 2013, 12:38:34 PM
Hi Pro. I was just wondering if not being able to add prices into the template is intentional or if there is a coding obstacle that makes it tricky?


The way i coded it, it did allow it.

I got someone to re-write it for better security etc., and after that It did not allow it.

I am sure it is just some coding, but i have not looked into it

PRO


syntalk

Hi,

It does look great.
Is it possible to make it as required so the customer MUST choose one of the options?

Many thanks for this.

PRO

Quote from: syntalk on March 07, 2013, 22:54:05 PM
Hi,

It does look great.
Is it possible to make it as required so the customer MUST choose one of the options?

Many thanks for this.

its possible, but I do not have time to code it

ronjb

Hi, everything works fine except the price..

on the dropbox option it should be showing for example"

large (+ $5.00)

but on mine its still showing the html <strong> tag

large (+<strong> $5.00</strong>)

any idea how can i fix this without having the <strong> to be display on my site


[attachment cleanup by admin]

PRO

are you posting "strong" in there? if so, that will not work