

Shuey
Members-
Content count
70 -
Joined
-
Last visited
Everything posted by Shuey
-
can anyone help?
-
I've figured out my problem. I didn't have the pages in the filenames.php file. Please disregard this email.
-
i've updated to the latest version easy meta tags, and unfortunately written over my old file. i've put in the tag above, however it does not pull the products_model. how can i modify the file so the model will also show up in the title? thanks for your continued help! dale
-
Thanks for your help so far. I've added the headcontent tag and it's pulling the right info for some pages. My products pages, example: http://inveniotechnology.com/product_info....products_id=560 are pulling the meta tag information, however for other pages such as: http://inveniotechnology.com/networkdesign.php it is not pulling any information. Can anyone lend some assistance. Thanks, Dale
-
I appreciate the advice. Can you give a brief explanation why? Much appreciated, Dale
-
I've installed the easy meta tags v1-6. On my index page and the product pages the meta tags are fine, however on other pages all that shows up is HEADING_TITLE. In those pages I've added the <?php include(DIR_WS_INCLUDES . 'easy_meta_tags.php'); ?> to the header. An example of this is http://inveniotechnology.com/clients.php. If anyone can provide any help it would be much appreciated. Thanks, Dale
-
PLEASE DELETE THIS TOPIC. I MEANT TO POST IT IN STS FORUM. WILL RE-POST THERE. THX
-
I've installed the easy meta tags v1-6. On my index page and the product pages the meta tags are fine, however on other pages all that shows up is HEADING_TITLE. In those pages I've added the <?php include(DIR_WS_INCLUDES . 'easy_meta_tags.php'); ?> to the header. An example of this is http://inveniotechnology.com/clients.php. If anyone can provide any help it would be much appreciated. Thanks, Dale
-
Nick, is the STS headcontent tag the same <!--$headcontent-->? or is it something different? Thanks, Dale
-
the only way i can get meta tags to appear (other then putting in manually in the template file) is to put <!--$headcontent--> into the template file. anyone with any suggestions? much appreciated, dale
-
i'm using STS and made a basic template, however with the template it doesn't pick up any meta tag info at all. i've followed the instructions for very easy 1-2-3 and made sure i have the following done: 1) upload easy_meta_tags.php into the /includes/ folder 2) in the index and product_info pages changed to <?php include(DIR_WS_INCLUDES . 'easy_meta_tags.php'); ?> 3) made the changes to includes/modules/sts_inc/general.php $sts->start_capture(); include(DIR_WS_INCLUDES . 'easy_meta_tags.php'); $sts->stop_capture ('metatags'); 4) made the changes in includes/classes/sts.php locate this code: $this->template['headcontent'] = $this->template['headcontent'].$this->template['headertags']. "\n"; and replace it by this code: $this->template['headcontent'] = $this->template['headcontent'].$this->template['metatags']. "\n"; The only way I can get a meta tag to show up is if I put it in my template file. Is there something I need to put in my template file access the meta tag files? Thanks, Dale
-
I want the blue box for every Page Title, not just Specials. How would I go about doing that? Thanks, Dale
-
I hope everyone is having a great holiday. Does anyone know how I can move the line "Specials This Month" into the blue line I made above? Thanks, Dale
-
for a new site I am designing using STS, I want to move the page heading into the blue line above. So in this example, move "Specials This Month" into the blue line above and delete the corny image all together. How can I go about this? As well, how can I remove the border on the categories box on the left? Thanks, Dale
-
what would be the proper syntax? i changed it so it shows the model, but not sure of the syntax to also have it show the products_name? anyone? $meta_title_tag = $product_meta['products_model']; thanks
-
How can I make it so the model # also shows up in the title and keywords? Thanks, Shuey
-
Pricing for Product Attributes adding multiple options
Shuey posted a topic in General Add-Ons Support
I'm trying to figure out a way to use product attributes to allow for discounts when adding two or more options. For example. Option 1 - $822 Option 2 - $822 Option 3 - $822 I would like to set it up so that if someone adds two options the price should be $1500 and if they add all three options the price would be $2100. How can I make that possible? Thanks! Shuey -
Thank you so much for your help! Here's as much info as I can provide: 1) A Fresh Install from the May3 2006 from pnkranker version (perhaps I need to install something from a previous version). I didn't do any modificiations. 2) I am using osCommerce 2.2-MS2 Any other info I can provide? Thanks!
-
You can see see a screenshot here. there is no where to enter a date? Help would be much appreciated. Thanks! Shuey
-
Thanks Enigma! Much appreciated! I am having another issue in the events manager when I add an event. There are no fields for me to enter in a start or end date. Thanks! Shuey
-
I am receiving the following error when I click on to the calendar: Any help would be much appreciated. Thanks! Shuey
-
I am receiving the following error when I press save to add a set to a product: 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '0,'+',1)' at line 1 insert into products_attributes (products_id, options_id, options_values_id, options_values_price, price_prefix, sort_order) values (77,17,,0,'+',1) Any ideas? Much appreciated. This looks like it's going to be very very helpful and save countless hours! Thanks! Dale
-
I have setup the dynamic metatags and when i look at the source code the description starts off with "Untitled Document". Is that normal? How can I get rid of it? Here is the source code for a product: And here is the product_info.php: Many thanks, Shuey
-
[Contribution] Cross Sell (X-Sell) Admin
Shuey replied to dreamscape's topic in General Add-Ons Support
Thanks for the contribution. I installed it and it is working great. However, I was hoping it would be possible to NOT show the "Customers who bought this product also purchased" box if there are cross-sell items box "We also recommend:" box? Or just to eliminate the "Custoemr who bught this product also purchased" box if it is too much hassle. I changed the "also purchased" to zero in the configuration section but apparently both boxes are tied to this value. Any suggestions would be much appreciated. Many thanks, Shuey -
"Add a BACK button in the product_info"
Shuey replied to FHCeramics's topic in General Add-Ons Support
i added the back button code to product_info.php from the "Add_BACK_button.zip" contribution but when I do the "Pricing Retail Ezier New Fields 5.0_1" pricing info disappears (ie Retail Price, Your Price, etc). Anyone know how to fix this or add 'back button' without the ezier pricing info vanishing? cheers