

chrisstylez
Members-
Content count
84 -
Joined
-
Last visited
Profile Information
-
Real Name
Chris Stylez
-
chrisstylez started following Kirod
-
Kirod started following chrisstylez
-
thanx, do you know how i add the function in generals.php as soon as you let me know then you'll see it working on my site :-)
-
Fatal error: Call to undefined function: tep_array_merge() in /admin/points_config.php on line 94 I'm not exactly sure what this means, does anyone have an idea of how to remedy this problem?
-
Automatically send data feed to Froogle
chrisstylez replied to gottaloveit's topic in General Support
Hey, once again thanx for the great contribution, but has ANYONE figured out how to get the script to include the sale prices created by salemaker. PLEEEAASSSEEE lol. i must know, there must be a way. and someone knows it, im sure ...for the love of god ... HEELLLLPPPPPPPPP !!!!! lol -
Automatically send data feed to Froogle
chrisstylez replied to gottaloveit's topic in General Support
Has anyone figured out how to get the froogle data feeder to work with salemaker? It appears that the script only uses the regular prices, becuase of this my data feed was not accepted by froogle. If anyone could help or point me in the right direction that would be great. thanx in advance -
exactly, it happens when i try to add reasons and methods.
-
hey all, first i want to thank you for this great contribution. Im having a bit of trouble on the admin side though the the customer interface is flawless thus far these are the errors i get in the admin: Fatal error: Call to undefined function: tep_array_merge() in /home/giftsand/public_html/admin/returns_reasons.php on line 37 Fatal error: Call to undefined function: tep_array_merge() in /home/giftsand/public_html/admin/refund_methods.php on line 37 I cant really comment too much on this, looks like i have to define a function somewhere. Sounds like something easy (if i knew exacly what i was doing) if anyone knows how to fix this, please tell me TIA
-
[contribution] Simple Template System (sts)
chrisstylez replied to DiamondSea's topic in Templates and Images
try the configure.php make sure you have everything set correctly -
i guess i figured it out on my own http://yourstore.com/wishlist.php?products...hlist&$sid just dont forget to set the variables for product id in STS
-
[contribution] Simple Template System (sts)
chrisstylez replied to DiamondSea's topic in Templates and Images
i even tried adding this $template['addwish'] = tep_href_link(FILENAME_WISHLIST, tep_get_all_get_params(array('action')) . 'action=add_wishlist')); to the sts_product_info.php file but that doesnt seem to work, is there anyone at all that can help ? -
[contribution] Simple Template System (sts)
chrisstylez replied to DiamondSea's topic in Templates and Images
is it possible for me to add php code in the product_info.php.html file i need this output <?php echo '<a href="' . tep_href_link(FILENAME_WISHLIST, tep_get_all_get_params(array('action')) . 'action=add_wishlist') . '">' . tep_image_button('button_wishlist.gif', IMAGE_BUTTON_ADD_WISHLIST) . '</a>'; ?> but when i put it in the file nothing comes up at all the code doesnt even show any ideas? -
[contribution] Simple Template System (sts)
chrisstylez replied to DiamondSea's topic in Templates and Images
i think its just a simple problem with the way you have the tables setup, instead of using different cells within a table you should use different tables all together. this way the content of one cell wont cuase the entire table to stretch. I hope you understand what I mean by this. If not just holla maybe i can help, chris@chrisstylez.com -
I have a template for my product info page and i dont know how to create the link for the wishlist in the product_info.php.html page.
-
has anyone figured out how to add the wishlist code into the product info template page (which is in html) product_info.php.html This is of course using the STS Contribution by diamondsea I have tried so many different times, can anyone just point me in the right direction on this one
-
[contribution] Simple Template System (sts)
chrisstylez replied to DiamondSea's topic in Templates and Images
////SPECIAL PRICE/// does any one have an idea of how to get the same effect from a special price as on the default product info page. Regular Price $0.00 (strikethrough) Special Price $0.00 for some reason I am unable to create that output, especially in the template itself. becuase if I add Special Price it will remain there even if there isnt a special price. If someone knows that Im talking about. Please respond TIA :-) -
[contribution] Simple Template System (sts)
chrisstylez replied to DiamondSea's topic in Templates and Images
i have a similar problem, is there a way that I can link the main category from the product info page to create a link something like this: see more products from [category name] I thought it would be possible by using the $cat and $cPath but that hasnt worked yet, if anyone has any ideas please let me know