

gvv
Members-
Content count
54 -
Joined
-
Last visited
Everything posted by gvv
-
@@raiwa How can I add support for .webp image format? Thanks, GV
-
@Roaddoctor In which file I have to add this line?
-
@@raiwa Hello! I have latest update of KissIT. I checked installation, reinsalled the addon step by step few times. there is a problem that not all product photos are thumbnailed and product listing page doesnt looks well (some image are smaller, but some - larger..)... Yoy can see live example here: http://vaciesuuznemums.lv/aaaa/ieksdurvis-c-23.html "<img src="images/koka_durvis_pildini_8a.JPG" alt="Beicētas Iekšdurvis (Osis)" title="Beicētas Iekšdurvis (Osis)" width="210" height="210" class="img-responsive">" and working example: <img width="210" height="210" src="images/thumbs/210x210_ieksdurvis_finieretas_amazaque.JPG" title="Iekšdurvis (Amazaque)" alt="Iekšdurvis (Amazaque)" class=" img-responsive thumbnail group list-group-image"> what should I do and how to fix that?
-
@@Jack_mcs Hello! I would lik to add shema.org markup to logo, but cant figure out how to do that. here are osc logo.php <div id="storeLogo" class="col-sm-<?php echo $content_width; ?>"> <?php /*** Begin Header Tags SEO ***/ ?> <div><div id="storeLogo"> <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', (tep_not_null($header_tags_array['logo_text']) ? $header_tags_array['logo_text'] : STORE_NAME)) . '</a>'; if (HEADER_TAGS_DISPLAY_PAGE_TOP_TITLE == 'true') { ?> <div style="position:absolute; top:0; left:40%; color:#777; font-size:10px;text-align:center"><?php echo $header_tags_array['title']; ?></div> <?php } ?> </div> <?php /*** End Header Tags SEO ***/ ?> </div> and here example: <div itemscope itemtype="http://schema.org/Attorney"> <a itemprop="url" href="http://www.example.com/"title="Acme Patent Lawyers, Chicago"> <img itemprop="logo" src="http://www.example.com/acme-patent- lawyers.gif" alt="Acme LLP Patent Lawyers, Chicago, IL" /></a> </div> I think, code would be: <div itemscope itemtype="http://schema.org/Attorney" id="storeLogo" class="col-sm-<?php echo $content_width; ?>"> <?php /*** Begin Header Tags SEO ***/ ?> <div><div id="storeLogo"> <?php echo '<a itemprop="url" href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', (tep_not_null($header_tags_array['logo_text']) ? $header_tags_array['logo_text'] : STORE_NAME)) . '</a>'; if (HEADER_TAGS_DISPLAY_PAGE_TOP_TITLE == 'true') { ?> <div style="position:absolute; top:0; left:40%; color:#777; font-size:10px;text-align:center"><?php echo $header_tags_array['title']; ?></div> <?php } ?> </div> <?php /*** End Header Tags SEO ***/ ?> </div> But where I have to add itemprop="logo"?
-
Wish List for osC 2.3.4 BS GOLD
gvv replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@@Tsimi No, this code also redirects to wishlist.php. -
@@altoid Which SEO urls addons You have? Chemos's? Did You have any problems after installing this addon? I have Chemos's SEO urls and product_info.php page I can see only with Add cPath to product URLs? option enabled.
- 69 replies
-
- redirection
- http error
-
(and 2 more)
Tagged with:
-
Wish List for osC 2.3.4 BS GOLD
gvv replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
this code works! in products_info.php I have set (in admin panel wishlist options) after adding to wishlist stay on products info page. So clients can looking further.. .Maybe here are possible any code change for not redirecting to wishlist.php? -
@@Jack_mcs Will this addon work on Oscommerce Bootstrap?
-
Wish List for osC 2.3.4 BS GOLD
gvv replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@@Tsimi @@De Dokta Does this code works also for other models (new products, recently viewed)? -
redirection from software-c-222.html to /software-c-2.html doesnt work.
- 69 replies
-
- redirection
- http error
-
(and 2 more)
Tagged with:
-
@@Gergely works! but csv I cant download anyway.
- 69 replies
-
- redirection
- http error
-
(and 2 more)
Tagged with:
-
@@Gergely When I'm trying 'Download in CSV format', I download blank excel file. Also in admin,tools HTTP Error Pages and Redirects table in HTTP Error Code section for all links shows code 999.
- 69 replies
-
- redirection
- http error
-
(and 2 more)
Tagged with:
-
Hello! Will this addon work together with Jacks mcs Custom Server Error Pages?
- 69 replies
-
- redirection
- http error
-
(and 2 more)
Tagged with:
-
Wish List for osC 2.3.4 BS GOLD
gvv replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
Hello! I was searching on forum and google, but without results. Is it possible to add wishlist button on category product listing page? -
Wish List for osC 2.3.4 BS GOLD
gvv replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@@Tsimi I now understand why it is so. I removed this line from product_info.php: <div class="col-xs-6 text-right"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'glyphicon glyphicon-shopping-cart', null, 'primary', null, 'btn-success'); ?></div> what do You think, is there any solution, if I wanna remove that line (remove 'add to cart'button)? -
Wish List for osC 2.3.4 BS GOLD
gvv replied to Tsimi's topic in osCommerce Online Merchant Community Bootstrap Edition
@@Tsimi I upgraded to this version, but when I press 'add to wishlist' it shows me Product not found! and adres in url field like this: http:/example.com/aaaa/product_info.php?products_id= It is bug? I have followed 'upgrade instructions'. -
Hello! Im reading all this forum and stoped in this discussion: http://forums.oscommerce.com/topic/344692-contribution-products-specifications/?p=1687740 and I have installed also Rows Module and if Im installing any Categories module I have error like this: 1054 - Unknown column 'categories_bottom_description' in 'field list' select categories_bottom_description from categories_description where categories_id = '3' and language_id = '1' limit 1 [TEP STOP] or: 1054 - Unknown column 'p.products_sort_order' in 'order clause' select distinct p.products_id, p.products_image, p.products_tax_class_id, pd.products_name, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join specials s on p.products_id = s.products_id join products_description pd on p.products_id = pd.products_id join products_to_categories p2c on p.products_id = p2c.products_id join categories c on p2c.categories_id = c.categories_id where c.categories_id = '10' and p.products_status = '1' and pd.language_id = '1' order by p.products_ordered desc, p.products_sort_order limit 3 [TEP STOP] How could I resolve it?
-
Hello! I installed You contr on osc 2.3.4. I have problem. In product_info.php page I can see index.php page content. I tryed few times with Beyond Compare and I tryed simple copy files on vanilla shop. All the same. I googled and searched in this forum, but can't find any solution. You can see product info page here: http://vaciesuuznemums.lv/1a1a1a/product_info.php?products_id=16 Thanks
-
jQuery/Ajax Advanced Caching System 2.3.3
gvv replied to Dr. Rolex's topic in General Add-Ons Support
sorry. I have osc 2.3.4 installed. -
jQuery/Ajax Advanced Caching System 2.3.3
gvv replied to Dr. Rolex's topic in General Add-Ons Support
Hello! I know its good addon, but on 2.3.3.4 I think its immposible to install it. I dont know what I have to change in admin/includes/functions general, admin/modules, etc. I tryed on fresh new shop - without results. then with beyod compare - nothing. -
Hello! I installed this addon on my test site. I have latest oscommerce installed - 2.3.4. If I understand right, the problem is in header.php becouse if I follow daily special's installation instructions and add that code in header.php then in product pages doesnt work photo gallery and in product pages (product_info.php) and in other pages doesnt work UI buttons. How I can resolve that problem. I see addon is great!
-
Is this compatible with 2.3.3.4? I know there were some changes to the MySQL and UTF8 @@Jack_mcs
-
jQuery/Ajax Advanced Caching System 2.3.3
gvv replied to Dr. Rolex's topic in General Add-Ons Support
Fantastic! I heard that AJAX is bad for SEO. How with this? Does this addon affect results in google? -
@@Dr. Rolex Hi! Your addon is cool! Especially flying effect!!! I have a problem, for SEO purposes I installed KissIT Image Thumbnailer, but flying effect doesnt work any more.... How can I solve that problem?? ?
-
Hello! For oscommerce 2.3... Options Types is great contribution, but if You arent programmer, dont waste Your time. http://addons.oscommerce.com/info/8193/v,23 this package is incomplete. I have 6 hours without results.