No text field with plugin "Free Attribute calculate as m3"

03.12.2012 12:07
#1
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
No text field with plugin "Free Attribute calculate as m3"

Hello,

I had bought and installed the plugin "Free Attribute calculate as m3".

I activate the plugin, create a free attribute "width", "height" and "depth" with the option "cm". entered the attribute ID's, the Catregories and formula at the plugin.
At the product I could select the option "cm" of the attributes but at the site-shop item i get only a selection field... no "text" field will be displayed to enter data.
What had i done wrong???
I'm realy sorry but i have no more idea and could find any hint within the forum... may anyone could explain how to integrate the plugin step-by-step...may i be a DAU but i need realy help AND PLEASE - more than two words and/or one screenshot. THX

May you have a look at the site: http://coloursofsound.de/index.php/component/jshopping/product/view/3/6?Itemid=119

and by the way ... anyone an idea where the errors come from?

No text field with plugin "Free Attribute calculate as m3"
No text field with plugin "Free Attribute calculate as m3"
No text field with plugin "Free Attribute calculate as m3"


Last change: 03.12.2012 12:10
 
03.12.2012 13:27
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25903
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

Use free Atribute.

Configuration / Shop function

FreeAttribute: Y

 
07.12.2012 11:32
#3
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

Thx
that solved this problem!

May someone could help me with an other problem i have now...?

I must calculate a total price of an cable.
I only need one parameter/input field for the "additional length"
i have a base price for the cable and like to have the formula modified to calculate an additional length to the base price set within the product...

e.g. base price (50$ for lenght of 50cm - from the "product info") plus extension of 50cm (price for 10cm is 10$ - customer should enter the additional length needed into the input field) schould be an total of 100$/length 100cm.

anyone an idea how to get this into a formula? - "+length*10" does not work :-((
any idea how (where?) to modify the php script to get this fixed?


Last change: 07.12.2012 11:33
 
07.12.2012 11:39
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25903
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

A non-standard problem for plugin.

Plugin calculate the quantity from formula (not price).


Last change: 07.12.2012 11:41
 
07.12.2012 11:50
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25903
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

Use "Free Attribute calculate price"

+

Changes

$product->product_price_calculate = $product->product_price_calculate * $qty;

to
$product->product_price_calculate = $product->product_price_calculate + $product->product_price_calculate * $qty;


 
07.12.2012 12:59
#6
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

THX for fast reply!

i had bought the plugin "free attribute calculate price" changed the line into
"$product->product_price_calculate = $product->product_price_calculate + $product->product_price_calculate * $qty;" as suggested = base price doubeled (base price 50$ - price at form = 100$)

changed line into "$product->product_price_calculate = $product->product_price_calculate + $product;"
= base price +1 (base price 50$ - price at form = 51$)

both versions does not have any effect to the end price (modified by 10). i used only one parameter "width" and added the formula "width/10*10" (10 is the price per 10cm) = no effect price stays at 51$, the additional value will be displayed at the product within the cart.

where is my mistake?

 
07.12.2012 13:13
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25903
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

Example?

product price?
formula?
bug?

 
07.12.2012 14:49
#8
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

see "http://l3s4272.zeus04.de/colours-of-sound.com/component/jshopping/product/view/1/1?Itemid=119"

"width/10*10" (Verlängerung / teiler für 10cm * Preis pro 10cm)

Base price at product info = 450

Price displayed in Form = 451 ???
price in cart after entering 20 additional cm = 451 (but below product title, the additional info "20cm" is diplayed

 
07.12.2012 19:20
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25903
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

admin login?

width/10*10 = w - (formula not correct)
use $width

Not fully understand how to count the price.
correct price?
width = 20 (price?)


Last change: 07.12.2012 19:23
 
08.12.2012 08:43
#10
daswirdwas
Joomshopping forum user no avatar
Name: Brix
16.11.2012
Posts: 24
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

What i need...

I have a cable with a standart legth of e. g. of 75cm with a base price of 450 € now i need a possibility to add a extension to that standart length.
The customer need this cable with a length of 100cm. So i need the plugin to calculate the base price plus the extension.
e. g. Price for 10cm extension = 10€ --- 450€ + 25€ (25/10*10 --- add. length/10*price for 10cm extension) = 475€
Hope this explains my needs ;-)

The confortable way for the customer would be to enter the final length of the cable, but i dont have any idea how to get this possible due to many different cable base prices and/or different prices for the extensions...

The script is modified like discribed above (in tread) and i allways get the base price plus one displayed at the cart form???
And added the "$" to the formula does not have any effect :-(

 
08.12.2012 09:41
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25903
Quote
Aw: No text field with plugin "Free Attribute calculate as m3"

Try
.../colours-of-sound.com/component/jshopping/product/view/1/1?Itemid=119


Error "Warning: Creating default object from empty value in /components/com_jshopping/tables/category.php on line 73"

add row befere row 73;
$list_category[$i] = new stdClass();



Last change: 08.12.2012 10:03
 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.