

gvv
Members-
Content count
54 -
Joined
-
Last visited
Profile Information
-
Real Name
GVV
-
Gender
Male
-
@@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:
-
gvv started following Remove categories box Only on Home Page and change "Latest News" to Madule Box
-
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)?