Annoying Bugs And Ideas

1- when you create a product and add global options and you need to add tracking per option.



Would be nice to be able to check mark an option in the “Add global options” button so it AUTO makes the product have the “track with options” .

when adding 1000’s of products this is hell to do as you need to create, go to options create options, go back to main enable tracking with options, save, go back to options and then create combos.



2- when you have a product you modify. have the option to SAVE TO ALL languages as a check mark.



Else it’s nightmare when you want to make the same change in 3-4 diff languages… you need to switch to all languages and apply same fix… html blocks have this option…



3- Examples in the API for all options… Add options to existing product., add images to existing products, and such.



4- if you disable a currency don’t show it in admin selector header…



5 - add option Variants in the display of the global options ( selector) else if you have 2 size options you are fu…ed … example : Size: Small, Medium , Large and Size:Small/Medium , Medium/Large



in this example you only see SIZE, SIZE in the selector… so know you need to add a DOT to one to be able to differentiate.



6- Add items_per_page in PRODUCT GET API… else it’s 10…pretty long to script 5k products without a loop.



7 - think before you post ?



[color=#555555]Has maximal nesting depth of 2 (e.g. products/features, products/options, products/features/images)[/color]

from [url=“http://docs.cs-cart.com/api”]http://docs.cs-cart.com/api[/url]



you should either say depth of 3 with 0 as a start depth… or in human language put 2… coz counting “[color=#555555]products/features/images” is 3… products is first depth , features second and third is images.[/color]





more to come

  1. → ?? If the change is to text, then wouldn't it be necessary to apply that change separately for all languages?
  2. → Admin should always show all currencies that are installed. Disabled just applies to whether the customer can see it or not.

[quote name='tbirnseth' timestamp='1389147781' post='174686']

4. → Admin should always show all currencies that are installed. Disabled just applies to whether the customer can see it or not.

[/quote]

That logic makes sense…but then, what does 'Hidden' do? It still displays all Currencies in the admin drop-down regardless what state the currency is in.

if it doesn't show in admin when it's disabled/hidden, how are you going to manage it? I believe hidden in this case means (similar to a hidden product) that you can still use it, you just can't see it with any of the selectors. Not sure if it will be active via a localization or not.