

zimmer-media
Trusted Members-
Posts
486 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Gallery
Downloads
Articles
Store
Blogs
Everything posted by zimmer-media
-
<Solved> Product ID number does not match Product Reference ID
zimmer-media replied to alwayspaws's topic in English
As far as I know you can change the product ID only later in your mysql. When creating the products, the next highest number is automatically generated. If you have already had several products in it, but you have deleted them later, the next highest number of the last data set will still be used, even if this dataset (product) no longer exists. In my opinion, you can only bypass this via CSV import. -
statsoos - List of customer out of stock registrations (from PS)
zimmer-media posted a question in Module help
Help from the PS forum. Who uses this module and has in the list as display a date of 1970 etc goes as follows: customize the files in the MailAlert module modules / mailalerts / classes / MailAlert.php after line 51 'idlang' => ['type' => self :: TYPEINT, 'validate' => 'isUnsignedInt', 'required' => true], add 'dateadd' => ['type' => self :: TYPEDATE, 'validate' => 'isDate', 'required' => true], after line 59/60 public $ idlang; add public $ dateadd; modules / mailalerts / mailalerts.php after line 176 (id_lang int (10) unsigned NOT NULL,) add date_add datetime NOT NULL, Then reset the module Mail Alerts. On the next customer request (email notification product not available) on a product that is not in stock should appear with the current date. I personally hope that the changes will be added to the Mail Alerts module as default. -
@raptorx said in General ThirtyBees Back Office UX improvements: That is exactly my point, but it seems you missed what I meant... The order of which you have to click to add a product is weird... if you have to always add pictures before making a combination, why the heck is the tab below it? :P I never said to cram EVERYTING in to one tab... that would be stupid. I said everything that is required should go in one tab... is just simple and plain logic. :) To change the order of the product tabs, you can do that in the file controllers / admin / AdminProductsController.php Find the code: ``` $this->availabletabs = ['Quantities' => 6, 'Warehouses' => 14]; if ($this->context->shop->getContext() != Shop::CONTEXTGROUP) { $this->availabletabs = arraymerge( $this->available_tabs, [ 'Informations' => 0, 'Pack' => 7, 'VirtualProduct' => 8, 'Prices' => 1, 'Seo' => 2, 'Associations' => 3, 'Images' => 9, 'Shipping' => 4, 'Combinations' => 5, 'Features' => 10, 'Customization' => 11, 'Attachments' => 12, 'Suppliers' => 13, ] ); } ``` and you can completely customize the tab order for your needs. Whereby it would be useful to have the tab for the pictures above the tab combination. If necessary, save the file in the override.
-
bulk action on top I have copied the corresponding code from the file listfooter.tpl and inserted it in the file listheader.tpl. Path: / your-adminfolder / themes / default / template / helpers / list / <div class="col-lg-6"> {if $bulk_actions && $has_bulk_actions} <div class="btn-group bulk-actions dropup"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown"> {l s='Bulk actions'} <span class="caret"></span> </button> <ul class="dropdown-menu"> <li> <a href="#" onclick="javascript:checkDelBoxes($(this).closest('form').get(0), '{$list_id}Box[]', true);return false;"> <i class="icon-check-sign"></i> {l s='Select all'} </a> </li> <li> <a href="#" onclick="javascript:checkDelBoxes($(this).closest('form').get(0), '{$list_id}Box[]', false);return false;"> <i class="icon-check-empty"></i> {l s='Unselect all'} </a> </li> <li class="divider"></li> {foreach $bulk_actions as $key => $params} <li{if $params.text == 'divider'} class="divider"{/if}> {if $params.text != 'divider'} <a href="#" onclick="{if isset($params.confirm)}if (confirm('{$params.confirm}')){/if}sendBulkAction($(this).closest('form').get(0), 'submitBulk{$key}{$table}');"> {if isset($params.icon)}<i class="{$params.icon}"></i>{/if} {$params.text} </a> {/if} </li> {/foreach} </ul> </div> {/if} </div> i insert the code for (approx. line 245) {block name="preTable"}{/block} the new file: (rename it to "list_header.tpl") 01512660075637list_header.tpl result: EDIT: At the moment I have not looked in which path the file should be stored in the overrides.
-
@raptorx said in Bulk Editing in Thirty Bees: @marci123 I do have my work arounds for this issue, my point is that the platform itself should be able to handle this so as to be more appealing to users... Say for example Shopify, is a semi decent platform that has several things pat down as easy variant/combination creation: or for mass editing like this: If we want Thirty Bees to be big then we have to have the basics covered... this ease of use is what we are compiting against (even if we dont realize we are compiting this is whats going on) If we cant have this the user base will never grow as fast as it could which is what happened to Prestashop... great potential but didnt want to compete. ~~I still do not know why you constantly complain about the bulk editor. what should I do with different products that should all have the same article number?~~ ~~For a mass price update, there are eg modules to do this - and free of charge.~~ ~~https://forum.thirtybees.com/topic/925/prestools-the-mass-edit-toolset~~ EDIT: Revised by the account holder. A now former team member wrote at the time with my account and without my consent.
-
~~My English is not the best. Therefore, it may happen that I understand some things wrong.~~ ~~from my point of view, that's perfectly alright. The examples are bad, do I have to constantly change this data in mass processing? But I think that the filter functions of the shop are not properly understood by you. Filter the countries, eg by continent or region, etc. Filter products by categories or by quantity, etc. Even if I want to do a list of modules or mass-production products, I'll start up and work down. I do not want to disable a module or country that I do not want. Therefore, I read from top to bottom and then use the mass processing. Otherwise I have to scroll from the bottom up again. Uppps.~~ ~~The order of the tabs for pictures and combination, ok that would be logical.~~ EDIT: Revised by the account holder. A now former team member wrote at the time with my account and without my consent.
-
Hello RaptorX. ~~At first I hope from a communtiy perspective that I do not think so alone. Suggestions and improvements are welcome.~~ ~~I do not know what you expect in total. Here, a "new" shop system is built, in which, in my view, the priority of eliminating the bugs of PS has absolute priority.~~ ~~"Mass actions" change - hmmm, at 1000 .... products with once disable or delete? Why? Do you sell dubiously?~~ ~~At the end of the list I think it is best if I filter and eg only want to have 50 products per page, I may want to be able to exclude some items. So I read from top to bottom and not from bottom to top.~~ ~~When creating products, I have never heard of problems in which only a product image must be added !!! And incidentally, to sell products without images, who buys products without the product before at least as a picture to have seen?~~ ~~When creating the products, it is ok from my point of view with the tabs for the specific information, whether they are optional or not. It does not make sense for me to create products where I constantly have to scroll the page to see what needs to be entered into the data - I think the whole lot of factual with tabs, especially with different information.~~ ~~Why should you change everything at once when you are used to so much?~~ ~~I do not want to upset or scare anyone here, but this shop system is free ecommerce. I think if you expect more you should pay the programmers and their work.~~ EDIT: Revised by the account holder. A now former team member wrote at the time with my account and without my consent.
-
A separate statistic showing a table of invoices in the selected period. The table can be exported via CSV. Actually created years ago for PS statistics, so far works very well with TB. The table still has a VAT error. For discounts, the tax rate is not displayed correctly. If several tax rates are used, the Tax Rate column will not be displayed correctly. The prices from the respective invoice are displayed as a whole, ie no separate line is displayed at different tax rates and prices. you must rename the file to “statsinvoicelist.zip” 01512496641506statsinvoicelist.zip
-
A separate statistic showing a table of unpaid orders in the selected period. The table can be exported via CSV. Actually created years ago for PS statistics, so far works very well with TB. you must rename the file to “statsordersunpaid.zip” 01512493472571statsordersunpaid.zip
-
My customer had this view so wished. I even wanted to add a tax column, I have not made it yet in time.
-
it is a new view of stats. i make it from statsproduct with additional columns (sale of goods, shipping, giftwrapping and discounts). without columns (percentage of registrations, and percentage of orders).
-
No, I created it at that time, as I knew something less with PS. I have not tested the following option yet, but probably it would also be enough to copy a file into module override folder. That just occurred to me just now.
-
Can't login to back office after migrating shop to another domain
zimmer-media replied to Augustus_Solo's question in Migrations
@augustus_solo From here I can not help you. Maybe this info helps the professional programmers on. -
Opps I forgot the zip file. If anyone is interested in it. you must rename the file to "statsindividual.zip" 01512484550195statsindividual.zip
-
Can't login to back office after migrating shop to another domain
zimmer-media replied to Augustus_Solo's question in Migrations
@augustus_solo on ps you can change debug mode on file config / defines.inc.php. I do not know if it works with TB too. I have not tried that yet. define('PSMODEDEV', false); to define('PSMODEDEV', true); -
@slick_303 For a refund and partial refund, a new PDF will be generated. See image
-
Can't login to back office after migrating shop to another domain
zimmer-media replied to Augustus_Solo's question in Migrations
@augustus_solo Are the minimum requirements for TB met on the host / server? -
Do you have possibly in the product name special characters in it or no name, which can not process the system. I already had that with me.
-
New General Data Protection Regulation 2018-05-25
zimmer-media replied to zimmer-media's topic in English
hmmm, you have to submit the receipt for the guarantee. After 5 months, um, how long was the warranty for the toaster? The receipt is bleached after 3 months. and so on and so on -
New General Data Protection Regulation 2018-05-25
zimmer-media replied to zimmer-media's topic in English
I hope not to write anything wrong now. It would be nice if more people participate in such topics. On the so-called dealer alliances, I have neither confidence nor reliance that they take care of it, the main thing is to get their monthly contribution. Dealers to the government to represent their opinions seems to be absolutely useless. The only thing the more or less useful offer are acute General Terms and Conditions etc. Win does the online buyer or the black sheep (fake seller). If I go a stationary business, where is the huge notice with the AGB or the right of withdrawal ??? (i know - bad example, but who is it, overnight disappeared on stationary stores) As a trained accountant, I try to keep an eye on things. Since my way with my own business about 5 years ago, it is made more difficult for small businesses in Germany and the "EU". I do not know how it is in the US, but is there a packaging ordinance and other such things? -
About 2 years ago, I changed the standard statistics module for a customer. Last time I updated it in April. It also works very well with TB so far. The prices are displayed incl. Tax. For a customer I added the columns discounts (with vouchers) and "gift" wrapping. An additional column with tax I have not come for reasons of time yet. This was not desired, but I would like it better in my shops.
-
@alwayspaws override / controllers / admin / AdminOrdersController.php but at the moment i dont know what to do, how to show the invoice number on pdf ..... without zeros, prefix and the minimum number of invoice is the ..... ``` <?php class AdminOrdersController extends AdminOrdersControllerCore { public function __construct() { parent::__construct(); $this->fields_list['invoice_number'] = array( 'title' => $this->l('invoice'), 'align' => 'text-center', 'class' => 'fixed-width-xs' ); } }```