Thread: Artist Sidebox

Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Nov 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    OK followup on that.
    I installed the sidebox without bothering with the SQL.
    It works for artists with only one release in my catalog, but if an artist has multiple releases the customer is taken to the main page.
    (see ethnosuperlounge.com/eslshop if you like)

  2. #12
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Artist Sidebox

    Maybe its with 1.3.7

    On mine when an artist has multiple titles they appear in a list when selected.

    For instance...

    goto : http://www.experimedia.net/
    and select 'jeremy bible & jason henry' from the artists dropdown box.

  3. #13
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: Artist Sidebox

    Now next on my wish list for an artist sidebox......
    1. multiple artists per product
    2. syncronization of artists sidebox and product availability (ie: when a product of a certain artist is sold out it is automatically remitted from the sidebox...ie2: or rather...the sidebox only lists artists of in stock products)

  4. #14
    Join Date
    May 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    Quote Originally Posted by shen View Post
    OK followup on that.
    I installed the sidebox without bothering with the SQL.
    It works for artists with only one release in my catalog, but if an artist has multiple releases the customer is taken to the main page.
    (see ethnosuperlounge.com/eslshop if you like)
    I'm running 1.3.8 and also couldn't run the SQL patch but find that the side box seems to work ok at the moment.
    However, the box has the title of "BOX_HEADING_RECORD_ARTISTS".
    With my VERY limited knowledge I found an entry on line 38 of the "artists.php" file which looks like this
    $title = '<label>' . BOX_HEADING_RECORD_ARTISTS . '</label>';
    When I try and alter the title - disaster, so I quickly restored as above.
    Can anyone please point me in the right direction for a fix?

  5. #15
    Join Date
    Oct 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    Some weeks ago I posted a zip file with all the files I am using and the quite simple changes to the sql database. If the sql routine you are trying to run isn't working, I suggest adding the fields mentioned before manually.. It worked for me.

    Bless and stay healthy... Kamel

  6. #16
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    Not sure if someone got this working but the SQL is wrong. This is the SQL included with the mod but it's not working. Table zencart doesn't exist.

    INSERT INTO `zencart`.`exp_get_terms_to_filter` (
    `get_term_name` ,
    `get_term_table` ,
    `get_term_name_field`
    )
    VALUES (
    'artists_id', 'TABLE_RECORD_ARTISTS', 'artists_name'
    );

  7. #17
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    Here is the correct SQL:

    INSERT INTO `get_terms_to_filter` (`get_term_name`, `get_term_table`, `get_term_name_field`) VALUES
    ('artists_id', 'TABLE_RECORD_ARTISTS', 'artists_name');

  8. #18
    Join Date
    Jul 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    Quote Originally Posted by shen View Post
    OK followup on that.
    I installed the sidebox without bothering with the SQL.
    It works for artists with only one release in my catalog, but if an artist has multiple releases the customer is taken to the main page.
    (see ethnosuperlounge.com/eslshop if you like)
    you need to run sql file.
    INSERT INTO exp_get_terms_to_filter` (
    `get_term_name` ,
    `get_term_table` ,
    `get_term_name_field`
    )
    VALUES (
    'artists_id', 'TABLE_RECORD_ARTISTS', 'artists_name'
    );

    you might have get_terms_to_filter instead of exp_get_terms_to_filter.

    i also have the same issue and after i run the sql everything was perfect.

  9. #19
    Join Date
    May 2005
    Posts
    6
    Plugin Contributions
    0

    Default Re: Artist Sidebox

    This SQL worked for me.

    INSERT INTO `get_terms_to_filter` (
    `get_term_name` ,
    `get_term_table` ,
    `get_term_name_field`
    )
    VALUES (
    'artists_id', 'TABLE_RECORD_ARTISTS', 'artists_name'
    );

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Record Artist Select sidebox?
    By swortis in forum Basic Configuration
    Replies: 4
    Last Post: 10 Sep 2010, 06:25 PM
  2. Problem adding artist sidebox
    By Ishtar in forum Basic Configuration
    Replies: 0
    Last Post: 23 Jan 2010, 04:38 PM
  3. Recording Artist sidebox?
    By radiof in forum Customization from the Admin
    Replies: 4
    Last Post: 1 Jul 2008, 08:48 PM
  4. Adding Artist sidebox
    By andy1234 in forum Basic Configuration
    Replies: 6
    Last Post: 2 Apr 2007, 05:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg