

Kerstin
Members-
Content count
18 -
Joined
-
Last visited
Profile Information
-
Real Name
Kerstin
-
Gender
Female
-
Location
Devon
- Website
-
Thanks again, I did that but when I open admin/links.php the page is blank, this is where the submitted link should appear? regards, kerstin
-
Thank you for the help, its working now. I can submit links but I cant find them in admin. Should the links that need activating appear on admin/links.php? many many thanks for your help with this great contrib! Kerstin
-
Hi Jack I would love to use this great contribution but when I open links.php I get the following: 1146 - Table 'usr_web.TABLE_LINKS' doesn't exist select l.links_id, l.links_url, l.links_image_url, ld.links_title, ld.links_description, lf.expires_date from TABLE_LINKS l left join TABLE_LINKS_DESCRIPTION ld on l.links_id = ld.links_id left join TABLE_LINKS_FEATURED lf on ld.links_id = lf.links_id where l.links_status = '2' and lf.links_all_pages = '1' and (ld.language_id = '1' or ld.language_id = 99) AND lf.expires_date >= now() order by RAND() [TEP STOP] But actually the tables are there.... links_id int(11) links_url varchar(255) and os on ..... Any idea whats wrong? A reply would be very very much appreciated! Thanks and regards, kerstin
-
[Contribution] Category Box as Nested Unordered List v1.0
Kerstin replied to nate_02631's topic in General Add-Ons Support
Hi, I am using the Multi Store Contribution - can anybody advice on where to place the code in order to only display the categories of the current store? Please see below for part of current categories.php Many thanks for your help! Kerstin if ((GLOBAL_CURRENT_STORE_NAME == '')){ while ($categories = tep_db_fetch_array($categories_query)) { $tree[$categories['categories_id']] = array( 'name' => $categories['categories_name'], 'parent' => $categories['parent_id'], 'level' => 0, 'path' => $categories['categories_id'], 'next_id' => false); if (isset($parent_id)) { $tree[$parent_id]['next_id'] = $categories['categories_id']; } $parent_id = $categories['categories_id']; if (!isset($first_element)) { $first_element = $categories['categories_id']; } } } else { //if (GLOBAL_CURRENT_STORE_NAME <> '') { // $selection = tep_db_query("select categories_id from " . TABLE_CATEGORIES_STORES . " where categories_storename = '" . GLOBAL_CURRENT_STORE_NAME . "'"); // while ($selarray = tep_db_fetch_array($selection)) { // $catselection[]=$selarray[categories_id]; // } //} while ($categories = tep_db_fetch_array($categories_query)) { $checkcat = tep_db_query("select categories_id from " . TABLE_CATEGORIES_STORES . " where categories_storename = '" . GLOBAL_CURRENT_STORE_NAME . "' AND categories_id = '" . $categories['categories_id'] . "'"); if ($checkar = tep_db_fetch_array($checkcat)) { $tree[$categories['categories_id']] = array( 'name' => $categories['categories_name'], 'parent' => $categories['parent_id'], 'level' => 0, 'path' => $categories['categories_id'], 'next_id' => false); if (isset($parent_id)) { $tree[$parent_id]['next_id'] = $categories['categories_id']; } $parent_id = $categories['categories_id']; if (!isset($first_element)) { $first_element = $categories['categories_id']; } } } } -
Credit Class/Gift Vouchers/Discount Coupons 5.10
Kerstin replied to Strider's topic in General Add-Ons Support
Hi I have just installed the version by mauriziomagnino from8th nov and am getting the following error message when accessing the payment modules page in the admin area: Can anybody help....? Many thanks!! Kerstin :thumbsup: -
I figured it out now :) Kerstin
-
Hello, I am absolutely loving this contribution and cant wait to start using it - just having one problem, where I dont seem to find a solution to: If I run the tool in the tools section, I can see a list of abandoned carts, if I then go to the reports section, there is notthing but: Examined Records: 0 Recovered Sales: 0 (Possible sales from customers who abanoned carts & were notified via RCS) This is the section where I am suppost to have the opportuinity to send email, set special prices etc - isnt it? Any idea what I did wrong? I habe searched the forum for a while but couldnt find a solution - apologies if this has been discussed before and I missed it! Many thanks - Kerstin :)
-
Hi I am getting the following error when opening product_info.php Here the parts of the source code dealing with the wishlist (product_info.php) //DISPLAY PRODUCT WAS ADDED TO WISHLIST IF WISHLIST REDIRECT IS ENABLED if(tep_session_is_registered('wishlist_id')) { ?> <tr> <td class="messageStackSuccess"><?php echo PRODUCT_ADDED_TO_WISHLIST; ?></td> </tr> <?php tep_session_unregister('wishlist_id'); } ?> <td align="center"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td> Cant find where the problem is - can anybody give me a push in the right direction? Thanks!! :D Kerstin
-
Hi there, i just installed the Switch 1.6 Contribution with the aim to accept UK Switch (now Maestro) Cards as well as various CC. The fields for entering the start date, CCV etc. are there but I receive a payment error for EVERY type of card - non is accepted. In the readme it says: Clicking the GREEN light for std oSC credit card payment facility in admin->modules->payment will now create all the required ACCEPTABLE credit cards. But there is no green light.... and I cant find where to create/define the accepted cc. Can somebody help ? Many thanks, Kerstin :thumbsup: