vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   IShop - Simple, Flexible, and Integrateable. (https://vborg.vbsupport.ru/showthread.php?t=109515)

Collussus 01-22-2008 11:25 AM

installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..

All you have to do is find this in the ishop_cat_row template :

Code:

<tr>
<td class='alt2' align='center'><b><a href='?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>

and replace it with :

Code:

<tr>
<td class='alt2' align='center'><b><a href='ishop.php?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>

Then you go into the ishop.php file and find this:

Code:

$items['BuyLink'] = "<a href='?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";
and change it to this:

Code:

$items['BuyLink'] = "<a href='ishop.php?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";

mp34play 01-22-2008 07:55 PM

Quote:

Originally Posted by Collussus (Post 1426592)
installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..

Thank you kindly.

heeroyun 01-22-2008 10:08 PM

Quote:

Originally Posted by deezelpope (Post 1426266)
LOL! Forgive me for laughing, but I've over 1,000 items in my shop! Adding items isn't the hard part, you can do that right from the left side (see screenshot), it's the scrolling to the bottom of the list of items that's tough. I wish we could have the category item lists collapsible.

https://vborg.vbsupport.ru/external/2008/01/20.gif

I know what to do to add the item , but 1000 images to scrool and choose take quiet awhile :|

deezelpope 01-22-2008 10:15 PM

Quote:

Originally Posted by heeroyun (Post 1426925)
I know what to do to add the item , but 1000 images to scrool and choose take quiet awhile :|

I didn't add them all at once...just a few at a time. I guess it comes down to what you're willing to deal with.;)

heeroyun 01-22-2008 10:54 PM

Quote:

Originally Posted by Collussus (Post 1426592)
installed this on 3.7.x with minor problems.. Found the bugs pretty quickly..

All you have to do is find this in the ishop_cat_row template :

Code:

<tr>
<td class='alt2' align='center'><b><a href='?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>

and replace it with :

Code:

<tr>
<td class='alt2' align='center'><b><a href='ishop.php?showshop={$cat['cid']}'>{$cat['cname']}</a></b></td>
<td class='alt2' align='center'>{$cat['citems']}</td>
</tr>

Then you go into the ishop.php file and find this:

Code:

$items['BuyLink'] = "<a href='?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";
and change it to this:

Code:

$items['BuyLink'] = "<a href='ishop.php?$session[sessionurl]do=BuyItem&id={$items['id']}'>Buy</a>";

What bug is this anyway :-?

@deezelpope : lolz me too , but It would be good to make it more easier , like the uploading smiles option of VBB ^^

Collussus 01-23-2008 06:31 AM

Quote:

Originally Posted by heeroyun (Post 1426947)
What bug is this anyway :-?

@deezelpope : lolz me too , but It would be good to make it more easier , like the uploading smiles option of VBB ^^

These are all bugs that when you click a certain link that you go back to forumhome instead of eg. buying something..

hence changing the link from "?do=buy" to "ishop.php?do=buy"

dai-kun 01-23-2008 10:20 PM

I'm getting this error trying to view ishop.php:

Quote:

Unable to add cookies, header already sent.
File: /home/xxx/public_html/forum/ishop.php
Line: 49
I have vb 3.7 beta4 installed.

I dunno why that is happening, but when I remove

Quote:

<script>
<? sajax_show_javascript(); ?>
</script>
<script src="./includes/tableDnD.js" type="text/javascript"></script>
The page loads but I cannot rearrange the items since ajax is not there to run it.

The item rearranging doesn't work anyways right?

Blaine0002 01-23-2008 10:58 PM

It currently does not. im not sure why sajax would be adding any cookies. probably some javascript stuff. im not very good at it :)

dai-kun 01-23-2008 11:00 PM

is it possible then to use the old method of rearranging the items, using the order numbering system?

Chicago_VLNU_4s 01-27-2008 05:25 PM

installed


All times are GMT. The time now is 01:41 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01845 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete