How to publish a price dependent attribute drop-down list?

30.06.2014 18:03
#1
s230981
Joomshopping forum user no avatar
Name: Alex
21.01.2014
Сообщения: 1
Quote
How to publish a price dependent attribute drop-down list?

Hello. Prompt, what function can cause the price dependent attribute to post it on the product page?
This code in the product.php publishes only original price.
if ($this->product_price>0){
$ext_price_info = " (".$this->price_mod.formatprice($this->product_price,null,1).") ";
$options[$k2]->value_name .=$ext_price_info;
}

Independent attributes are not suitable because they do not allow you to change the weight of the goods depending on the attribute. Thank you.
How to publish a price dependent attribute drop-down list?

 
30.06.2014 22:27
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25853
Quote
Aw: How to publish a price dependent attribute drop-down list?

Not possible.

 


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.