Jump to content


Corporate Sponsors


Latest News: (loading..)

bigbob2

Member Since 21 Aug 2008
Offline Last Active Jan 21 2012, 04:59
-----

Topics I've Started

What is "voucher?osCsid?"

13 January 2012, 07:18

I have a contribution installed which stores all the search results from customers. I have been looking over them and there are thousands of searches that have been performed for entries that look like the following. Some times there are many of the same entry, but most have different strings of numbers and letters:

voucher?osCsid=5b17998681471a5b0964bf3a43646db3
voucher?osCsid=987900c1f1c3df7133a6b8df96e93a4c
voucher?osCsid=a511471d2c8e8762c6c7774b5831985b
voucher?osCsid=db32768379b5a29eddeabfe1ef229eb7

What would this be? Obviously customers are not typing this in, so it is either a robot or something automated.

Any thoughts?

Kev

Can someone please tell me how to delete this database range

12 January 2012, 22:26

The follwoing command in phpmyadmin deletes one entry (number 412254).

DELETE FROM `dbase_dbase`.`search_queries` WHERE `search_queries`.`search_id` = 412254;

I want to delete all entries in this table. Is there a command to delete all from this table or from a range (ie. from record 1 to record 100000).

Please help

Kev

How do you move the breadcrumb trail?

09 January 2012, 23:09

I want to move the breadcrumb trail to the main panel in the center of the page at the top. Would this have to be changed on every page?

Cheers
Kev

A simple page with all the product categories listed on it

03 January 2012, 19:52

I am sure there must be a contribution for it already, but after and hour and a half searching, I just can't find one. I want a page that is like the index of a book, that shows all the product categories (similar to the way the categories info box does) and perhaps the category image too.

I have too many categories on my site and the categories info box is getting very very long, so I want to replace it with a PRODUCTS link, that will then show them all on a page.

Does anyone know of such a contribution?

Cheers
Kev

Why won't this line of code get it's class color?

28 December 2011, 18:59

I have installed a contribution which makes the infobox headings in to links rather than the arrows to the right of the heading. It has created the link OK, but it refuses to get the color and hover color from the stylesheet.scc

The line of code is:

$info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '" class="a.textbox">' . BOX_HEADING_SHOPPING_CART . '</a><br>' );

and the addition to the stylesheet.css is:


a.textbox {
color: #ffffff;
}

a.textbox:hover {
color: #ffffff;
}

I don't know enough about PHP to see why this is wrong, any hints?

Cheers
Kev