-
Content count
453 -
Joined
-
Last visited
Everything posted by gaspower
-
Hello, Thanks for a great contribution, but I am having an problem when adding to the wishlist. It is adding to the shopping cart. I have browsed this forum, and have checked the application_top.php, and the wishlist action code is above Shopping cart actions. I have also checked the installation of code to products_info.php. I also am not running the CSS contribution. This is a modified version of OSC 2.2MS RC1. What else should I look for, can not find the issue. This is the line I have in product_info.php <td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td> <td align="center" class="main"><?php echo tep_image_submit('button_wishlist.gif', 'Add to Wishlist', 'name="wishlist" value="wishlist"'); ?></td> Thanks JR
-
Thank you for the fast response, I will check. JR
-
Hello, I get this error: Fatal error: Call to undefined function tep_get_sources() in /home/virtual/site3/fst/var/www/html/create_account.php on line 508 After installing the code in create_account.php <!-- //rmh referral start --> <?php if ((tep_not_null(tep_get_sources()) || DISPLAY_REFERRAL_OTHER == 'true') && (!tep_session_is_registered('referral_id') || (tep_session_is_registered('referral_id') && DISPLAY_REFERRAL_SOURCE == 'true')) ) { ?> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><b><?php echo CATEGORY_SOURCE; ?></b></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" cellspacing="2" cellpadding="2"> <tr> <td class="main"><?php echo ENTRY_SOURCE; ?></td> <td class="main"><?php echo tep_get_source_list('source', (DISPLAY_REFERRAL_OTHER == 'true' || (tep_session_is_registered('referral_id') && tep_not_null($referral_id)) ? true : false), (tep_session_is_registered('referral_id') && tep_not_null($referral_id)) ? '9999' : '') . ' ' . (tep_not_null(ENTRY_SOURCE_TEXT) ? '<span class="inputRequirement">' . ENTRY_SOURCE_TEXT . '</span>': ''); ?></td> </tr> <?php if (DISPLAY_REFERRAL_OTHER == 'true' || (tep_session_is_registered('referral_id') && tep_not_null($referral_id))) { ?> <tr> <td class="main"><?php echo ENTRY_SOURCE_OTHER; ?></td> <td class="main"><?php echo tep_draw_input_field('source_other', (tep_not_null($referral_id) ? $referral_id : '')) . ' ' . (tep_not_null(ENTRY_SOURCE_OTHER_TEXT) ? '<span class="inputRequirement">' . ENTRY_SOURCE_OTHER_TEXT . '</span>': ''); ?></td> </tr> <?php } ?> </table></td> </tr> </table></td> </tr> <?php } else if (DISPLAY_REFERRAL_SOURCE == 'false') { echo tep_draw_hidden_field('source', ((tep_session_is_registered('referral_id') && tep_not_null($referral_id)) ? '9999' : '')) . tep_draw_hidden_field('source_other', (tep_not_null($referral_id) ? $referral_id : '')); } ?> <!-- //rmh referral end --> Right after the line: <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1') . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> </tr> </table></td> </tr> </table></td> </tr> Thanks JR
-
Hello, Excellent contribution thank you. I was wondering if there was a quicker way to add product. As you know currently a secondary window opens and you have to list out or type a description and it finds the parts, then adds it to the order. Is there away, if you already know the part number to add it as a line item a it will automatically add the description and price? Thanks JR
-
Hello, I am having trouble getting the wishlist to show on the right column?? I have a mod version of OSC, and in the column_right.php I have the following, $column_location = 'Right'; ?> <?php include(DIR_WS_BOXES_AZ . 'loginbox_az02.php'); ?> <?php require(DIR_WS_BOXES_AZ . 'shopping_cart.php'); ?> <?php if($wishList->count_wishlist() != '0') { require(DIR_WS_BOXES_AZ . 'wishlist.php'); ?> <?php if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES_AZ . 'order_history.php'); } ?> But for some reason, it will not list the wishlist box? Thanks JR
-
Hello, Been using v1.20 on multiple sites and always working fine. I just installed it on another site and setup a google account. Ran the file and received a good load, File completed: google.txt Connected to uploads.google.com, for user tester Uploaded /home/virtual/domain.com/var/www/html/temp/google.txt to uploads.google.com as google.txt Script timer: 5.829862 seconds. But for some reason the items are not showing in my google base account?? It has been 24hrs. Did something change at Google? Thanks JR
-
[Contribution] *TinyMCE WYSIWYG HTML EDITOR
gaspower replied to Sputnik77's topic in General Add-Ons Support
Hello, Awesome contributions, thanks. I do have one question concerning images with the tool bar. Currently to add an image you click the add image button and a window comes up, and ask to enter complete path of image. Since I am using it on OSC and all images are in catalog/images, is there a way to default it so when entering the image, I just need to enter the image.jpg name? Not sure if there is a short cut or preference setup for this function? Thanks JR -
Hello, Can someone please advise on which MS2 HTML WYSIWYG Editor to use. In the contributions area, I see many versions. I would like to have full html editing in the admin products info area. Thanks Jr
-
Hello, This contributions looks like exactly what I was needing for my site. My question before I install it, as I see it currently, the articles are listed in a box for choice, but was wondering if it is possible to have the articles automatically list in the index.php when the site is first accessed. I would like my customers to see any new items and news updates when they first access the site. Is this possible? Thanks JR
-
Hello, What version of EP are you using. The most stable is 2.76F. Down load this one (2.76f surfalot 15 Aug 2007) and install it. JR
-
Hello, Did you go through the configuration in EP? This (products_head_title_tag) is for the contribution Linda's Header Controller 2.0. JR
-
Hello, Is there a contribution you added that needs this field? JR
-
Hello, If you goto that database, and view the table products_description, you will not see a field in there called products_head_title_tag. You can create this field very easy with the panel. JR
-
Hello Henry, This means that you are missing a field in the database. It is trying to insert data into the "products_head_title_tag" which does not exist. You need to add this field in the products_description table. Do you use a control panel to edit your database? JR
-
Hello Jan, I am trying to solve an Easy Populate issue, and trying to understand the database layout between SPPC and SPPC with Quantity Price Breaks. I hope I explain my issue well enough for you to understand. Site with just SPPC installed, customers_groups are as of follow, 0=Retail 1=Dealer 2=Distributor And in products_groups table I see products_id associated with group1 ($12.00) group2 ($10.00) and I am assuming the retail price is associated with product_price in table Products which is $20.00.... Where I am a little confused and I think where the issue is with Easy Populate association. This site is identical but has SPPC and Quantity Price Breaks and as of follow, 0=Retail 1=Dealer 2=Distributor But, here the association in products_groups I do not understand. It is showing, group0 ($0.00) group1 ($12.00) group2 ($10.00) Where is it getting $0.00 for customers_group_price? In the top example, there is no group0 in products_groups? Thanks JR
-
Hey Tommy, To help better understand I added some images. This image is from a site I have without the Quantity Discount contribution, and it works fine. Customer_price_1 and customer_group_id_1 shows $300.00 which represents dealer pricing. Retail pricing is from products pricing table. 0 Retail 1 Dealers 2 Distributors This image represents a site which I have the quantity discounts contribution installed, using same EP file, but association is wrong. Customer_price_1 and customer_group_id_1 is getting a "0", not sure where it is pulling that number. Also $300.00 is down in customer_price_3 where it should be in customer_price_1 column??? Thanks JR
-
Hello Tommy, Well I am stuck, in my database customers_groups are this, customers_group_id customers_groups_name 0 Retail 1 Dealers 2 Distributors And in the image, under customers_price_2 is 400.00, this is actual retail. The 400.00 should be under customers_price_0?? Or not even pulled since customers_price_0 = Retail and is in the product price table?? Also just for chance I removed, $filelayout[\'v_customer_price_1\'] = $iii++; $filelayout[\'v_customer_group_id_1\'] = $iii++; and it imported without the 1136 mismatch error, but when I changed the prices just for test, and none of the fields updated even though it showed updated on the import? Thanks JR
-
Hey jrvs, Thank you for the post and I looked at it. For right now, the issue is not on the import. On the image that I posted above, this is the EP output file and for some reason it is mismatching the output customer_price and customer_group wrong. They are one cell to the right? Under customer_group_id_1 should have "1" under it and not ")". Thanks JR
-
Hello JRVS, Thank you as always for the reply. I will check. Be aware I will probably be back HA!. Thanks JR
-
Hello, I am using a version of EP2.76f with SPPC and Ultra Images. The problem I am having is I a getting a column mismatch for v_customer_price and v_customer_group_id?? Where in the EP file to I fix the colum layout? Thanks JR
-
Hello, On the above mentioned, I have diagnosed it to here: My customer groups are as of follow: 0 = Retail 1 = Dealer 2 = Distributor But when EP downloads the fields for customer groups are off. I get, Group id's are not matching? I think when this is resolved, the 1136 error will be fixed. v_customer_price_1 v_customer_group_id_1 v_customer_price_2 v_customer_group_id_2 v_customer_price_3 v_customer_group_id_3 0 0 400 1 300 2 0 0 400 1 300 2 Thanks JR
-
Hello, As mentioned above and I also appreciate the responses, but I am getting the following error, and I understand that it means a mismatch. It is trying to insert into products_groups three fields. 1136 - Column count doesn't match value count at row 1 INSERT INTO products_groups VALUES ( 0, 0.0000, 3 ) ---------------------- My database structure for products_groups is below. | customers_group_id | customers_group_price | products_id | products_price1 | products_price2 | products_price3 | products_price4 | products_price5 | products_price6 | products_price7 | products_price8 | products_price1_qty | products_price2_qty | products_price3_qty | products_price4_qty | products_price5_qty | products_price6_qty | products_price7_qty | products_price8_qty | products_qty_blocks ------------------------------------------ EP uses the below to insert into the database. How do I change it so it will only insert into the three fields, customers_group_id, customers_group_price, and products_id. Normally you would do INSERT INTO products_groups (f1,f2,f3) VALUES ( 0, 0.0000, 3 ); where f1, f2, f3 are any of the 3 fields: But I do not know how to change the EP file. Any help would be great appreciated. INSERT INTO '.TABLE_PRODUCTS_GROUPS.' VALUES ( ' . $v_customer_group_id_1 . ', ' . $v_customer_price_1 . ', ' . $v_products_id . ' )' ); Thanks JR
-
Hello, Great contribution, thanks. I was wondering if there is a way to stop items from being entered into the cart? Thanks JR
-
Hello, Contribution works great, thanks. Was wondering if anyone has used it with SPPC (special pricing per customer) contribution? Would like whos_online to show the actual total of the customer and not always retail. Thanks JR
-
Hello, And thank you for the reply. The old problem is that it will always upload the first product line, and stops at second product?? And from what I can see, EP is only inserting into tables of specific fields and not a table as a whole, other wise I can understand the field count being off?? This only happened after adding the Quantity Discount contribution. Thank you again for the reply. JR