Jump to content

SergeiG

Member
  • Posts

    60
  • Joined

  • Last visited

Everything posted by SergeiG

  1. Hmm... I have thought that use_stock_level field control the necessity to change stock level due to orders? Am I wrong?
  2. I cleaned cache on both sides (browser and hosting), unfortunately, it didn't help.
  3. I'll try to set 'Stock Warning Level' to 0 for all goods...
  4. Hello! I changed content.category.php for traditional pagination, according to internal comment. However, in desktop version I have number of pages buttons _and_ more button. In mobile version it lloks properly. Screenshot is attached, the piece of code is following next. Where did I a mistake? {* Uncomment for traditional pagination *} <div class="row"> <div class="small-12 large-9 columns"> {$PAGINATION} </div> <div class="large-3 columns show-for-medium-up"> <dl> <dd> <select class="url_select"> {foreach from=$PAGE_SPLITS item=page_split} <option value="{$page_split.url}"{if $page_split.selected} selected{/if}>{$page_split.amount}</option> {/foreach} </select> </dd> </dl> </div> </div> {* Add "hide-for-small-up" to the class attribute to not display the more button *} <div class="hide-for-small-up" id="ccScrollCat">{$category.cat_id}</div> {if $page!=='all' && ($page < $total)} {$params[$var_name] = $page + 1} <a href="{$current}{http_build_query($params)}{$anchor}" data-next-page="{$params[$var_name]}" data-cat="{$category.cat_id}" class="button tiny expand ccScroll-next">{$LANG.common.more} <svg class="icon"><use xlink:href="#icon-angle-down"></use></svg></a> {/if} </div> <div class="hide-for-small-up" id="lang_loading">{$LANG.common.loading}</div>
  5. Hello! Right now I use a set of Cubecart 6.1.5 + All in One Shipping 1.0.8 + Print Order Form 1.0.1 + Russian language pack . Some clients forwarded me back e-mails with confirmation of purchase (Pending status). These orders contains several items and inside e-mails some items showed as lines without item's name, without q-ty and with zero cost. Screenshot is attached. As an admin I saw these orders without any issues. When I changed a order's status on 'processing', these clients received new emails with 'proper' content.
  6. Great thank you! It's not the best solution, but is good enough!
  7. You understand me absolutely correct. I have other reasons to change number of items in an order, but the general idea is same.
  8. I have some goods which have same names (books with same names, but different publishers). As a result it's difficult to assembly order without pictures of goods. Could it be possible to add a small picture of each product in Order/Overview tab? For example, as in Product section? Also, it would be nice to convert a name of product from text to hyperlink on the product. I tried to play with admin/skins/default/templates/orders.index.php (line 165 ish): <fieldset id="items"> <legend>{$LANG.catalogue.title_items}</legend> {foreach from=$PRODUCTS item=product} <div id="item"> <a href="{$product.image_path_large}" class="colorbox" title="{$product.name}" target="_blank"><img src="{$product.image_path_tiny}" style="max-width: 30px; max-height: 30px" alt="{$product.name}"></a> {$product.quantity} x {$product.name} - {$product.product_code} ({$product.line_formatted}) {if $product.digital}{/if} <span>{$product.price_total_formatted}</span> ... But in real life $product.image_path_large and $product.image_path_tiny are empty... As I understand it is necessary to load their values from database, but I don't have any clue how and where to do it... P.S. The current configuration is 6.1.5.
  9. Hello! I found that if I, as an admin, make changes in an order (status 'Processing'), it doesn't affect to inventory. For example, I remove a product from an order and stock for this product doesn't increase. Is it feature or bug?
  10. Hello! Initially, I imported to a store 600 goods, on the next day I imported 70 products more. All 670 products are visible and available for editing in store. However, when I try to export the catalog, I receive a file only with first 600 goods... P.S. 6.1.5 and 6.1.7 work same.
  11. Sorry for delay with answers, I tried to collect enough information... 1) The error "VM103:2 Uncaught SyntaxError: Unexpected token < in JSON at position 1 at JSON.parse (<anonymous>) at Object.dataFilter (3.cubecart.validate.js:124) at N (jquery.js:14) at c (jquery.js:25) at XMLHttpRequest.<anonymous> (jquery.js:27)" was caused by usage 'incognito' mode in Chrome. 2) I created absolutely new site - cube2.mywinnipeg.info No any errors during an installation process. Subscription doesn't work from the first launch. I visited 'Store setting', updated the country and the county, press 'Save' - didn't help. 3) In total I have 3 domains (two different hosting company): 6.1.5 - works fine 6.1.7 upgraded from 6.1.5 - doesn't work 6.1.7 'from the box' - doesn't work.
  12. Me too... I hoped to launch a shop an this weekend and this feature is critically important. But right I can't choose what is better - launch site on the 6.1.5 and have upgrade issues later, or use 6.1.7 and have issues now with hope for bug-free future...
  13. For testing reasons I turned off captcha/recaptha features at all from the first steps.
  14. I checked front-end and back-end cases this morning from another computer (different OS, different versions of browsers in comparison with previous tests). The result is next: 1) Back-end works fine - no errors. 2) Front-end behavior is same - impossible to add e-mail to a mailing list. However, I found your e-mail in the mailing list. Was it successfully from the first time or did you find any difficulties? Do you need any admin credentials?
  15. My test environment is http://cube.mywinnipeg.info/ It's installation 'from box' - no any changes. Could you be so kind to try to add any valid e-mail to a mailing list? P.S. I can send you admin credentials by e-mail.
  16. I checked several time on different computers with different browsers (cache was cleaned) - same behavior. Moreover, I installed a new 6.1.7 environment on the new domain and this feature doesn't work from the first steps. Additional details: 1) Backend a) As an admin I tried to add an e-mail by 'Mailing List/Import subscribers' feature. The result is error: "/admin_XXXXXX/sources/customers/subscribersgeneral.inc.php - not found." But e-mail was added to the mailing list. b ) As an admin I tried to delete an e-mail by 'Mailing List/Import subscribers' feature. The result is error: "/admin_XXXXXX/sources/customers/subscribersgeneral.inc.php - not found." But e-mail was deleted from the mailing list. 2) Frontend a) As an user I tried to add an existing e-mail. Verification works fine b ) As an user I tried to add an invalid e-mail looks like 'ab' or 'av@' Verification works fine c) As an user I tried to add an invalid e-mail looks like 'ab@ccc' Verification doesn't work d) As an user I tried to add a new valid e-mail. It doesn't work VM103:2 Uncaught SyntaxError: Unexpected token < in JSON at position 1 at JSON.parse (<anonymous>) at Object.dataFilter (3.cubecart.validate.js:124) at N (jquery.js:14) at c (jquery.js:25) at XMLHttpRequest.<anonymous> (jquery.js:27) e) As an user I make an order and tick the option 'Add my e-mail to the mailing list' A order processes without errors. A email added to the mailing list correctly.
  17. Oh, it's my bad, sorry. It's frontend side. As a customer I located on the homepage and add my e-mail at the bottom of the page in the mailing list. When I press 'Subscribe' button, I moved on the top of the page. But I don't see any messages like 'You e-mail successfully added to the mailing list" and as an admin I don't see new e-mails in the mailing list.
  18. Hello! After upgrade from 6.1.5 to 6.1.7 the function of adding e-mail to mailing list stopped to work. After that, I installed an empty base 6.1.7 on another domain and the feature doesn't work in 'fresh' environment too. Do you have any suggestions?
  19. Hello! I found that group operation 'Assign to category' works strange. Steps to reproduce: 1) Products->Assign to Category 2) Choose all goods by tick in the title line (as well as for manual ticking all goods), choose category, press Save 3) Return to Products tab. No category marks for all goods. 4) Enter to any product, change nothing, Save 5) Return to Products tab. Category name shows for the product from step 4. Is it a bug or a feature?
  20. I checked collation tables of "utf8_unicode_ci" for Russian and found that it has to work fine for my situation... P.S. Could you be so kind to clarify me following. Does search function searches in 'title' and 'description' fields or only in the 'title'?
  21. Sorry, I found that my explanation of the problem is wrong! I missed very important condition. I have case sensitivity issues with search on Russian. On English everything works fine ('tale'/'Tale' requests give the 'Tale'+'tale' result). I checked the Collation - it is "utf8_unicode_ci"
  22. Thank you for clarification. Actually, I'm more interested in switching search to non case-sensitive mode - I want to receive same results 'Tales and tales' for search 'tales' or 'Tales'. Could it be possible?
  23. Hello! Right now a quick search on my site (CC615) works in 'exact' mode: I have several goods with the word 'Tales' in a title and several goods with 'tales' in a title. When I search for 'Tales' I receive only goods with 'Tales', search 'tales' gives results with 'tales'. When I search 'tale' or 'Tale', I receive results with 'Tales' and 'tales'. However, I would like to receive results with 'Tales' and 'tales' in any kind of search ('Tales'/'tales'/'tale'). How can I switch search engine to 'like' mode? P.S. I merged #1520, replace a piece of code according to Dirty Butter and bsmither comments from /topic/52298-resolved-a-space-messed-up-a-search/ . Also I changed catalogue.class.php - replace fulltext on RLIKE in the line #1571 - public function searchCatalogue($search_data = null, $page = 1, $per_page = 10, $search_mode = 'fulltext') But it makes results worse - I received results only for 'Tales' or 'tales' words, but not for 'tale'. P.P.S. Unfortunately, I'm not a developer, so I can miss something obvious :-(
  24. Thank you for the explanation. Could it be possible to disable the limitation for the filesize?
  25. Hello! I prepare to add images into my site (default v6 + foundation skin) and I confused. What is optimal size/resolution for images? Also I'm trying to figure out how image cache and image resize algorithm works. I'm going to use images with 800 pixels of largest side. Is it necessary to change something in the config.xml ? In addition I see strange behavior of the engine for products page. When I open a product, I see only a half of the product image. When I refresh this page I see a full image. Screenshots are attached. How it would be possible to improve it? Thank you.
×
×
  • Create New...