-
Content count
921 -
Joined
-
Last visited
-
Days Won
6
Everything posted by discxpress
-
Converting Points and Rewards system for osC BS
discxpress replied to Tsimi's topic in Add-Ons Development
@raiwa @Tsimi @LeeFoster I love the teamwork you guys are showing on this project. It is much need. Is this module ready for a live site? If so, where to download the package? Thanks -
[Addon] Modular Navigation Bar (Bootstrap)
discxpress replied to kymation's topic in General Add-Ons Support
I'm not good at it, but I'll try.- 95 replies
-
- bootstrap
- responsive
-
(and 2 more)
Tagged with:
-
[Addon] Modular Navigation Bar (Bootstrap)
discxpress replied to kymation's topic in General Add-Ons Support
@kymation, is a module that places the store's phone number in the navbar included with this addon? Regards- 95 replies
-
- bootstrap
- responsive
-
(and 2 more)
Tagged with:
-
@Jack_mcs In a large shop with a lot of categories and products, the silo box slows down index.php and manufacturers.php when enabled. When it's disabled, the site is lightening fast. Thanks for the improvements
-
@@14steve14 Thanks for the suggestion but it didn't work. It may be how I got something else setup and it's causing a conflict.
-
Yes, I uploaded the new css file. Maybe it's another setting that's throwing it off. Thanks
-
It loads 204K products in around 45 seconds on desktop. Maybe a "fetch as needed" approach could be taken on the code to just load the products when demanded. Also, I uploaded the new version as you suggested and all the letters still show vertically. The changes were made to user.css Thank you
-
Thanks Jack. That didn't seem to help much. How do I decrease the amount of results? Also, I installed the new version and still the same result.
-
@@Jack_mcs Thanks for the reply. What will be the best place to put a key on the table?
-
@@Jack_mcs Is there anyway to speed up the queries of all-products.php on larger stores?
-
@@Jack_mcs I have the latest version of OSC BS Edge installed. I have attached a screenshot of the actual All Products page. It works fine just some cosmetic needs. Thanks
-
Load More and Lazy Loading for product_listing.php
discxpress replied to frankl's topic in Add-Ons Development
@@frankl Please check your PM Thanks -
Product Rotator/Slider for Product Info Page?
discxpress replied to dani's topic in General Add-Ons Support
@@dani @@burt could build you one. -
@@raiwa Check your PM Thanks
-
@@kymation I have OSC Edge version. How will I go about removing the rounded corners from the boxes, breadcrumb and buttons? I'm trying to achieve a "flat" look. Excuse me if I posted in wrong thread. Thanks
-
@@raiwa I got it to work. However, the images don't show in 2 content modules I have installed. What should I check? Thanks
-
@@raiwa It started working! I don't know what happened at first attempt. Maybe fatigue because I tried again after resting a bit. Thanks
-
@@raiwa I have Burt's latest EDGE version. When I make the edits to html_output.php, the product image disappears. Please tell me what I need to check. Thanks in advance.
-
Automatically send data feed to Froogle
discxpress replied to gottaloveit's topic in General Support
@@Jack_mcs I only understood how to do one of those. That's some custom code beyond the scope of my ability. I'll contact you soon. -
Automatically send data feed to Froogle
discxpress replied to gottaloveit's topic in General Support
@@Jack_mcs I use your latest version on a 2.3.4 BS store. Also, I have a price per product shipping module where I can set a different price for each product. Is there any way to change a setting in the feeder file to submit the exact shipping rate to Google as I have set in the products_shipping_handling field? Thanks -
Create Account & Manual Order Maker For OSC 2.3.1 V3.0
discxpress replied to Mort-lemur's topic in General Add-Ons Support
@@Tsimi Hello did you erase the package that you attached? Many thanks -
[Contribution] Recently Viewed Products(sales optimized)
discxpress replied to b00's topic in General Add-Ons Support
@@raiwa I did just that. I don't know what happened but the prices were 0.00 and the images were missing. Are you going to reduce the queries in your next version? Thanks. -
[Contribution] Recently Viewed Products(sales optimized)
discxpress replied to b00's topic in General Add-Ons Support
@@marcello @@raiwa In what file and where to add this code? I want to reduce the queries also because with each viewed product 2 or 3 queries are added. Thanks. It gives a boost to user experience. -
@@raiwa I fixed it. I changed the permissions of images/thumbs to the same as the images directory and the watermark appears and images are scaled. Thanks
-
@@raiwa Sorry for the delayed reply. Here's the lines dealing with the image function: $slider_output .= '<div class="thumbnail">'; $slider_output .= '<a href="' . tep_href_link('product_info.php', 'products_id=' . (int)$b['id']) . '">'; $slider_output .= tep_image(DIR_WS_IMAGES . $b['image'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT); $slider_output .= '</a>'; Thanks