OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
small problem into Virtuemart import (0 viewing) 

BookLibary Component Support

Go to bottom Favoured: 0

Small problem into Virtuemart import

Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
small problem into Virtuemart import 11 Years, 9 Months ago
Karma: 0  
all goes good! but seeing the detail product into virtuemart I see that there in not publisher and publication date!!! why?!?!?
in book library book field is complete
solution?

joomla 2.5.6- booklibrary2.2 virtuemart 2.0.8 (on localhost) no web

ther is a way to modified "Authors"--> into Autore (italian...)? and other field
Logged Logged
Last Edit: 2012/07/18 09:08 By Claudio. Reason: adding
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:small problem into Virtuemart import 11 Years, 9 Months ago
Karma: 101  
Hello,

Sorry, we move to Product - only common fields. We can't move fields what not exist in Virtuemart product.

If you wish rebuild that - you need check function addProduct
in file:

{yours site}/administrator/components/com_booklibrary/admin.booklibrary.php

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
Re:small problem into Virtuemart import 11 Years, 9 Months ago
Karma: 0  
no! the field is standar field (in book library
Authors- publisher-year-..

in vm only author and year of publication appear!


for the rest.. I'm not able to modified the AddProduct function...
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:small problem into Virtuemart import 11 Years, 9 Months ago
Karma: 101  
Hello,

sorry, I mean that fields not standard for Virtue mart

you need go to file
{yours site}/administrator/components/com_booklibrary/admin.booklibrary.php

and find row look like:
$desc = addslashes('Authors: '.$book[0]->authors.'Publisher: '.$book[0]->published.'Publication date: '.$book[0]->release_Date.'Language: '.$book[0]->language.$book[0]->comment );

and replace it so some like

$desc = addslashes('Authors: '.$book[0]->authors.'Publisher: '.$book[0]->manufacturer.'Publication date: '.$book[0]->release_Date.'Language: '.$book[0]->language.$book[0]->comment );

But you need check these fields must be filled for book

Before change please backup yours file.

Also please check yours email box

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»